Projekt

Allgemein

Profil

Revision 2 includes/application_top.php

Unterschiede anzeigen:

application_top.php
33 33
  include_once ('includes/xss_secure.php');
34 34
}
35 35

  
36
# TESTMODUS
37
if (file_exists('includes/extra/testmodus/testmodus.php'))
38
 require_once('includes/extra/testmodus/testmodus.php');
39
 
36 40
// start the timer for the page parse time log
37 41
define('PAGE_PARSE_START_TIME', microtime(true));
38 42

  

Auch abrufbar als: Unified diff