Added admin panel + optional manual approval for new sites

This commit is contained in:
Daniel Winzen
2018-02-25 21:25:05 +01:00
parent eca0c675cd
commit 6b0759be73
14 changed files with 244 additions and 129 deletions

View File

@ -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")){