mirror of
https://github.com/mrclay/minify.git
synced 2025-08-20 21:02:30 +02:00
rewrite-uri CLI tool
This commit is contained in:
@@ -11,6 +11,6 @@ $minifyCachePath = isset($min_cachePath)
|
||||
: '';
|
||||
|
||||
function min_autoload($name) {
|
||||
require str_replace('_', DIRECTORY_SEPARATOR, $name) . '.php';
|
||||
require str_replace(array('_', '\\'), DIRECTORY_SEPARATOR, $name) . '.php';
|
||||
}
|
||||
spl_autoload_register('min_autoload');
|
||||
|
Reference in New Issue
Block a user