|
| |
1 |
1 |
<?php |
|
| |
2 |
2 |
|
|
| |
3 |
|
define('FULL_PATH', realpath(dirname(__FILE__).'/../')); |
|
| |
|
3 |
define('FULL_PATH', realpath(dirname(__FILE__).'/..')); |
|
| |
|
4 |
define('REL_PATH', 'tools/'); |
|
| |
4 |
5 |
define('APPLICATION_CLASS', 'MyApplication'); |
|
| |
5 |
6 |
define('ADMIN', 1); |
|
| |
6 |
7 |
|
|
|
| |
13 |
14 |
$event_manager->RunRegularEvents(reBEFORE, true); |
|
| |
14 |
15 |
$event_manager->RunRegularEvents(reAFTER, true); |
|
| |
15 |
16 |
|
|
| |
|
17 |
echo '<html><body></body></html>'; |
|
| |
|
18 |
|
|
| |
16 |
19 |
function getmicrotime() |
|
| |
17 |
20 |
{ |
|
| |
18 |
21 |
list($usec, $sec) = explode(" ", microtime()); |