mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
21
cache/atlbiomed/dev/config/config_php.yml.php
vendored
Normal file
21
cache/atlbiomed/dev/config/config_php.yml.php
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// auto-generated by sfPhpConfigHandler
|
||||
// date: 2012/09/22 21:24:43
|
||||
ini_set('magic_quotes_runtime', '');
|
||||
ini_set('log_errors', '1');
|
||||
ini_set('arg_separator.output', '&');
|
||||
if (ini_get('magic_quotes_gpc') != false)
|
||||
{
|
||||
sfLogger::getInstance()->warning('{sfPhpConfigHandler} php.ini "magic_quotes_gpc" key is better set to "false" (current value is "\'\'" - php.ini location: "/etc/php5/apache2/php.ini")');
|
||||
}
|
||||
|
||||
if (ini_get('register_globals') != false)
|
||||
{
|
||||
sfLogger::getInstance()->warning('{sfPhpConfigHandler} php.ini "register_globals" key is better set to "false" (current value is "\'\'" - php.ini location: "/etc/php5/apache2/php.ini")');
|
||||
}
|
||||
|
||||
if (ini_get('session.auto_start') != false)
|
||||
{
|
||||
sfLogger::getInstance()->warning('{sfPhpConfigHandler} php.ini "session.auto_start" key is better set to "false" (current value is "\'0\'" - php.ini location: "/etc/php5/apache2/php.ini")');
|
||||
}
|
||||
|
Reference in New Issue
Block a user