]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/getvaliddaemons.php
QnA layout fix, still no answer-action
[quix0rs-gnu-social.git] / scripts / getvaliddaemons.php
index 909060722486deddbfef5639434b91c6cbfbfbfa..448fbb6d32cceb9282804fa6a162a66893a23aa2 100755 (executable)
@@ -33,6 +33,9 @@ by the startdaemons script
 
 ENDOFHELP;
 
+// No unnecessary error reporting to avoid invalid daemon names
+error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE);
+
 require_once INSTALLDIR.'/scripts/commandline.inc';
 
 $daemons = array();