Fixed CHMOD + set error_reporting(0) in getvaliddaemons.php to avoid strict warnings in PHP +5.5
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
3ec64116a4
commit
ea53233f17
0
classes/Conversation.php
Executable file → Normal file
0
classes/Conversation.php
Executable file → Normal file
0
classes/User_urlshortener_prefs.php
Executable file → Normal file
0
classes/User_urlshortener_prefs.php
Executable file → Normal file
@ -33,6 +33,9 @@ by the startdaemons script
|
||||
|
||||
ENDOFHELP;
|
||||
|
||||
// No error reporting to avoid invalid daemon names
|
||||
error_reporting(0);
|
||||
|
||||
require_once INSTALLDIR.'/scripts/commandline.inc';
|
||||
|
||||
$daemons = array();
|
||||
|
Loading…
Reference in New Issue
Block a user