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

Merge branch '2.x'

This commit is contained in:
Steve Clay
2017-03-13 11:20:03 -04:00
2 changed files with 5 additions and 8 deletions

View File

@@ -23,7 +23,10 @@ function assertTrue($test, $message) {
header('Content-Type: text/plain');
$file = __FILE__;
$tmp = sys_get_temp_dir();
echo <<<EOD
Cache directory : $tmp
__FILE__ : $file
SCRIPT_FILENAME : {$_SERVER['SCRIPT_FILENAME']}
DOCUMENT_ROOT : {$_SERVER['DOCUMENT_ROOT']}