Skip to content

Commit

Permalink
set debug=false in config-sample.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Irwin committed Oct 9, 2014
1 parent d761034 commit 9b9c951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$version = "1.1.0";

/* Debugging variables */
$debug = true; //false; // set to true to get PHP's native error messages
$debug = false; //false; // set to true to get PHP's native error messages
$debug_level = E_ALL; // you can change the error reporting level

/* MySQL connect variables */
Expand Down

0 comments on commit 9b9c951

Please # to comment.