| Current Path : /home/jeromecohp/www/aesecure/setup/snippets/ |
| Current File : /home/jeromecohp/www/aesecure/setup/snippets/13-disable_error_reporting.htaccess |
#aeSecure 1.3 # Disable errors and warnings; don't allow the user to see them but redirect them into a logfile <IfModule mod_php5.c> php_flag display_errors off php_flag log_errors on php_value track_errors on php_value error_log aesecure/logs/error.log </IfModule>