|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00007 defined('MOODLE_INTERNAL') || die(); 00008 00016 $min_allowDebugFlag = ($CFG->debug); 00017 00018 00029 $min_errorLogger = false; 00030 00031 00036 $min_enableBuilder = false; 00037 00038 00043 $min_cachePath = $CFG->tempdir.''; 00044 00045 00056 $min_documentRoot = $CFG->dirroot.'/lib/minify'; 00057 //$min_documentRoot = substr(__FILE__, 0, strlen(__FILE__) - 15); 00058 //$min_documentRoot = $_SERVER['SUBDOMAIN_DOCUMENT_ROOT']; 00059 00060 00065 $min_cacheFileLocking = true; 00066 00067 00076 $min_serveOptions['bubbleCssImports'] = false; 00077 00078 00088 $min_serveOptions['maxAge'] = 1800; 00089 00090 00099 //$min_serveOptions['minApp']['allowDirs'] = array('//js', '//css'); 00100 00105 $min_serveOptions['minApp']['groupsOnly'] = true; 00106 00110 $min_serveOptions['minApp']['maxFiles'] = 10; 00111 00112 00125 $min_symlinks = array(); 00126 00127 00144 $min_uploaderHoursBehind = 0; 00145 00146 00151 $min_libPath = $CFG->libdir . '/minify/lib'; 00152 00153 00154 // try to disable output_compression (may not have an effect) 00155 ini_set('zlib.output_compression', '0');