Revision 2 admin/includes/application_top.php
application_top.php | ||
---|---|---|
32 | 32 |
//Run Mode |
33 | 33 |
define('RUN_MODE_ADMIN',true); |
34 | 34 |
|
35 |
# TESTMODUS |
|
36 |
if (file_exists('../includes/extra/testmodus/testmodus.php')) |
|
37 |
require_once('../includes/extra/testmodus/testmodus.php'); |
|
38 |
|
|
35 | 39 |
// Start the clock for the page parse time log |
36 | 40 |
define('PAGE_PARSE_START_TIME', microtime(true)); |
37 | 41 |
|
Auch abrufbar als: Unified diff