]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/getvaliddaemons.php
Merge branch 'master' into social-master
[quix0rs-gnu-social.git] / scripts / getvaliddaemons.php
index 7d000bad034018a9be5dcc1dff269194a49269fe..f7aa0f60f88088cf06857042cf424b3650263ccc 100755 (executable)
@@ -33,8 +33,8 @@ by the startdaemons script
 
 ENDOFHELP;
 
-// No error reporting to avoid invalid daemon names
-error_reporting(0);
+// No unnecessary error reporting to avoid invalid daemon names
+error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE);
 
 require_once INSTALLDIR.'/scripts/commandline.inc.php';