Go to the source code of this file.
Variable Documentation
| if (phpversion()< 5) $encodeOutput |
Initial value: (function_exists('gzdeflate')
&& !ini_get('zlib.output_compression'))
Definition at line 8 of file index.php.
| if (!isset($min_cachePath)) $serveOpts |
Initial value: array(
'content' => ob_get_contents()
,'id' => __FILE__
,'lastModifiedTime' => max(
filemtime(__FILE__)
,filemtime(dirname(__FILE__) . '/../config.php')
)
,'minifyAll' => true
,'encodeOutput' => $encodeOutput
)
Definition at line 159 of file index.php.