Let's not avoid error reporting completely in getvaliddaemons
This commit is contained in:
parent
ea53233f17
commit
d1f5baa982
@ -33,8 +33,8 @@ by the startdaemons script
|
|||||||
|
|
||||||
ENDOFHELP;
|
ENDOFHELP;
|
||||||
|
|
||||||
// No error reporting to avoid invalid daemon names
|
// No unnecessary error reporting to avoid invalid daemon names
|
||||||
error_reporting(0);
|
error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE);
|
||||||
|
|
||||||
require_once INSTALLDIR.'/scripts/commandline.inc';
|
require_once INSTALLDIR.'/scripts/commandline.inc';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user