|
|
@ -11,7 +11,7 @@ |
|
|
|
* @license GPL v.2 |
|
|
|
* @license GPL v.2 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
define ('START_MICROTIME', microtime(true)); |
|
|
|
define ('START_MICROTIME', microtime()); |
|
|
|
define ('START_MEMORY', memory_get_usage()); |
|
|
|
define ('START_MEMORY', memory_get_usage()); |
|
|
|
define ('BASE_DIR', str_replace("\\", "/", dirname(__FILE__))); |
|
|
|
define ('BASE_DIR', str_replace("\\", "/", dirname(__FILE__))); |
|
|
|
|
|
|
|
|
|
|
@ -174,4 +174,6 @@ |
|
|
|
$GLOBALS['block_generate']['DOCUMENT']['CONTENT'] = Debug::endTime('CONTENT'); |
|
|
|
$GLOBALS['block_generate']['DOCUMENT']['CONTENT'] = Debug::endTime('CONTENT'); |
|
|
|
|
|
|
|
|
|
|
|
//-- Вывод конечного результата |
|
|
|
//-- Вывод конечного результата |
|
|
|
output_compress($render); |
|
|
|
output_compress($render); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$AVE_DB->Close(); |