Make per run log flag in Class Basic

This commit is contained in:
Clemens Schwaighofer
2017-03-17 14:24:48 +09:00
parent 1dfe246e0f
commit 61f1b92bad
3 changed files with 31 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
$DEBUG_ALL = 1;
$PRINT_ALL = 1;
$DB_DEBUG = 1;
$LOG_PER_RUN = 1;
define('USE_DATABASE', true);
require("header.inc");