X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fgetvaliddaemons.php;h=f7aa0f60f88088cf06857042cf424b3650263ccc;hb=261ccfac8699534ff584a2f93d5dcd384529d855;hp=909060722486deddbfef5639434b91c6cbfbfbfa;hpb=268ce0770a42b1143a26f94c12a69e4ee19874f8;p=quix0rs-gnu-social.git diff --git a/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php index 9090607224..f7aa0f60f8 100755 --- a/scripts/getvaliddaemons.php +++ b/scripts/getvaliddaemons.php @@ -33,7 +33,10 @@ by the startdaemons script ENDOFHELP; -require_once INSTALLDIR.'/scripts/commandline.inc'; +// No unnecessary error reporting to avoid invalid daemon names +error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE); + +require_once INSTALLDIR.'/scripts/commandline.inc.php'; $daemons = array();