mirror of
https://github.com/mrclay/minify.git
synced 2025-08-30 00:59:48 +02:00
Collapse "min" into project root and get unit tests working.
Fixes #472
This commit is contained in:
@@ -26,7 +26,7 @@ if (! empty($_POST)) {
|
||||
}
|
||||
}
|
||||
|
||||
$defaultCurrentDir = dirname(__FILE__);
|
||||
$defaultCurrentDir = __DIR__;
|
||||
$defaultDocRoot = realpath($_SERVER['DOCUMENT_ROOT']);
|
||||
$defaultSymLink = '//symlinkPath';
|
||||
$defaultSymTarget = ($defaultCurrentDir[0] === '/') ? '/tmp' : 'C:\\WINDOWS\\Temp';
|
||||
|
Reference in New Issue
Block a user