debugging help
This commit is contained in:
parent
1881c07860
commit
b5e550cb5c
6 changed files with 205 additions and 7 deletions
|
|
@ -12,4 +12,12 @@ $db_pass="your_db_password";
|
|||
$db_name="your_db_name";
|
||||
$table_prefix="gsp_";
|
||||
$db_type="mysql";
|
||||
?>
|
||||
|
||||
###############################################
|
||||
# Debug mode
|
||||
# Set to true on dev/staging, false on production.
|
||||
###############################################
|
||||
define('DEBUG_MODE', false);
|
||||
|
||||
// Load the debug system immediately after credentials are known
|
||||
require_once __DIR__ . '/debug.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue