ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/application_bottom.php
Go to the documentation of this file.
00001 <?php
00009 if (!defined('IS_ADMIN_FLAG')) {
00010   die('Illegal Access');
00011 }
00012 // close session (store variables)
00013   session_write_close();
00014 
00015   if (STORE_PAGE_PARSE_TIME == 'true') {
00016     if (!is_object($logger)) $logger = new logger;
00017     echo $logger->timer_stop(DISPLAY_PAGE_PARSE_TIME);
00018   }
 All Data Structures Namespaces Files Functions Variables Enumerations