modified : revision and version upgraded in it
modified : strict standards deprecated
This commit is contained in:
parent
b40071ae9b
commit
5747fd61c4
2 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@
|
|||
define("ClipBucket","ClipBucket - Open Source Media Sharing Script by Arslan Hassan");
|
||||
define("VERSION","2.7.0.5");
|
||||
define("STATE","STABLE");
|
||||
define("REV","2947");
|
||||
define("RELEASED","24-2-2015");
|
||||
define("REV","2993");
|
||||
define("RELEASED","27-2-2015");
|
||||
define("AUTHORS","ARSLAN HASSAN,FAWAZ TAHIR");
|
||||
|
||||
?>
|
|
@ -122,7 +122,7 @@ if(!@$in_bg_cron)
|
|||
|
||||
if(phpversion() >= '5.3.0')
|
||||
{
|
||||
error_reporting(E_ALL ^E_NOTICE ^E_DEPRECATED);
|
||||
error_reporting(E_ALL & ~(E_NOTICE | E_DEPRECATED | E_STRICT));
|
||||
ini_set('display_errors', 'on');
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue