1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-30 17:19:54 +02:00

+ Controller/MinApp.php for min app

min/index.php : rewritten to use MinApp.php
Controller/Base.php : simplified _fileIsSafe()
min/config.php : + flock and maxFiles options
This commit is contained in:
Steve Clay
2008-09-18 01:56:29 +00:00
parent c177ea2c22
commit 12ca7b470f
9 changed files with 183 additions and 113 deletions

View File

@@ -4,10 +4,6 @@
require dirname(__FILE__) . '/../min/config.php';
if (!isset($min_libPath)) {
// default lib path is inside min
$min_libPath = dirname(__FILE__) . '/../min/lib';
}
set_include_path($min_libPath . PATH_SEPARATOR . get_include_path());
$minifyCachePath = isset($min_cachePath)