]> git.pld-linux.org Git - packages/php-xcache.git/blob - ini-settings.patch
- unconditional noarch subpackages
[packages/php-xcache.git] / ini-settings.patch
1 --- xcache-3.0.2/htdocs/common/common.php~      2013-10-30 13:57:53.030784918 +0200
2 +++ xcache-3.0.2/htdocs/common/common.php       2013-10-30 13:32:28.000000000 +0200
3 @@ -234,8 +234,6 @@
4         return $list_html;
5  }
6  
7 -error_reporting(E_ALL);
8 -ini_set('display_errors', 'On');
9  define('REQUEST_TIME', time());
10  
11  if (function_exists('get_magic_quotes_gpc') && @get_magic_quotes_gpc()) {
This page took 0.084074 seconds and 3 git commands to generate.