Skip to content

Commit 02f73f4

Browse files
committed
ini_set("display_errors","Off")
1 parent 655f92b commit 02f73f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/web/include/db_info.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php @session_start();
2-
ini_set("display_errors","On"); //set this to "On" for debugging ,especially when no reason blank shows up.
2+
ini_set("display_errors","Off"); //set this to "On" for debugging ,especially when no reason blank shows up.
33
ini_set("session.cookie_httponly", 1);
44
header('X-Frame-Options:SAMEORIGIN');
55

0 commit comments

Comments
 (0)