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:
Roland Haeder 2014-08-18 12:57:00 +02:00 committed by Mikael Nordfeldth
parent 3ec64116a4
commit ea53233f17
3 changed files with 3 additions and 0 deletions

0
classes/Conversation.php Executable file → Normal file
View File

0
classes/User_urlshortener_prefs.php Executable file → Normal file
View File

View 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();