Elgg  Version 1.9
cache_handler.php
Go to the documentation of this file.
1 <?php
17 require_once dirname(dirname(__FILE__)) . '/classes/Elgg/CacheHandler.php';
18 
19 require_once dirname(dirname(__FILE__)) . '/settings.php';
20 /* @var stdClass $CONFIG */
21 
22 // dataroot must have trailing slash
23 // @todo need a lib with core functions that have no depedencies
24 if (isset($CONFIG->dataroot)) {
25  $CONFIG->dataroot = rtrim($CONFIG->dataroot, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;
26 }
27 
29 
30 $handler->handleRequest($_GET, $_SERVER);
if(isset($CONFIG->dataroot)) $handler
global $CONFIG