]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed CHMOD + set error_reporting(0) in getvaliddaemons.php to avoid strict warnings...
authorRoland Haeder <roland@mxchange.org>
Mon, 18 Aug 2014 10:57:00 +0000 (12:57 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 18 Aug 2014 10:57:00 +0000 (12:57 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
classes/Conversation.php [changed mode: 0755->0644]
classes/User_urlshortener_prefs.php [changed mode: 0755->0644]
scripts/getvaliddaemons.php

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 909060722486deddbfef5639434b91c6cbfbfbfa..9b97b623131d7bd243d6f592735c2bc2c3e7b158 100755 (executable)
@@ -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();