Added admin panel + optional manual approval for new sites
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
$head=true;
|
||||
while($line=fgets(STDIN)){
|
||||
if($head && stripos(ltrim($line), 'FROM:')===0){
|
||||
if($head && stripos(ltrim($line), 'FROM')===0){
|
||||
continue;
|
||||
}
|
||||
if($head && ($line==="\r\n" || $line==="\n")){
|
||||
|
Reference in New Issue
Block a user