Commit aaf5d361fc5a2be85d6c920a38cdf26901bcbab2
1 parent
331dcdcc
unset display_errors
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@955 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
etc/php.ini
| @@ -245,7 +245,7 @@ error_reporting = E_ALL & ~E_NOTICE | @@ -245,7 +245,7 @@ error_reporting = E_ALL & ~E_NOTICE | ||
| 245 | ; instead (see below). Keeping display_errors enabled on a production web site | 245 | ; instead (see below). Keeping display_errors enabled on a production web site |
| 246 | ; may reveal security information to end users, such as file paths on your Web | 246 | ; may reveal security information to end users, such as file paths on your Web |
| 247 | ; server, your database schema or other information. | 247 | ; server, your database schema or other information. |
| 248 | -display_errors = On | 248 | +display_errors = Off |
| 249 | 249 | ||
| 250 | ; Even when display_errors is on, errors that occur during PHP's startup | 250 | ; Even when display_errors is on, errors that occur during PHP's startup |
| 251 | ; sequence are not displayed. It's strongly recommended to keep | 251 | ; sequence are not displayed. It's strongly recommended to keep |