1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-29 16:49:47 +02:00

cleaning trunk

This commit is contained in:
Steve Clay
2011-01-19 18:43:18 +00:00
parent 6f7bf409fd
commit 1c5810d2b0
294 changed files with 0 additions and 41468 deletions

View File

@@ -1,16 +0,0 @@
<?php
// using same lib path and cache path specified in /min/config.php
require dirname(__FILE__) . '/../min/config.php';
set_include_path($min_libPath . PATH_SEPARATOR . get_include_path());
$minifyCachePath = isset($min_cachePath)
? $min_cachePath
: '';
function min_autoload($name) {
require str_replace('_', DIRECTORY_SEPARATOR, $name) . '.php';
}
spl_autoload_register('min_autoload');