Cheetah
loader.php
Go to the documentation of this file.
1 <?php
2 
8 chdir ('..');
9 
10 require_once ('./inc/header.inc.php');
11 
12 require_once ($gConf['dir']['classes'].'ChJsGzipLoader.php');
13 
14 $aJsGzip = array ('ChError.js', 'ChXmlRequest.js', 'ChXslTransform.js', 'util.js', 'ChHistory.js', 'ChForum.js', 'ChAdmin.js', 'ChLogin.js', 'ChEditor.js');
15 new ChJsGzipLoader ('ja', $aJsGzip, $gConf['dir']['js'], $gConf['dir']['cache']);
16 
17 //new ChJsGzipLoader ('d', $gConf['dir']['base'] . 'js/', '', $gConf['dir']['cache']);
php
$gConf
global $gConf
Definition: header.inc.php:8
ChJsGzipLoader
Definition: ChJsGzipLoader.php:9
$aJsGzip
$aJsGzip
Definition: loader.php:14