]> git.mxchange.org Git - ctracker.git/blobdiff - config/db_config.php.dist
Also block request methods such as CONNECT as they can be used for proxying
[ctracker.git] / config / db_config.php.dist
index 19f98a46793b8f3676071e8b55eb2c17f3c69127..51c04d8c6ca7e94f8996e4c4d7f9239d08812205 100644 (file)
@@ -35,7 +35,7 @@ $GLOBALS['ctracker_user'] = '';
 $GLOBALS['ctracker_password'] = '';
 
 // Debugging should be disabled by default
-$GLOBALS['ctracker_debug_enabled'] = false;
+$GLOBALS['ctracker_debug_enabled'] = FALSE;
 
 // Email recipient for all emails
 $GLOBALS['ctracker_email'] = 'you@domain.invalid';