mirror of
https://github.com/mrclay/minify.git
synced 2025-08-16 02:54:33 +02:00
Add temp location to server-info.php
This commit is contained in:
@@ -16,10 +16,13 @@ if (!$enabled) {
|
||||
header('Content-Type: text/plain');
|
||||
|
||||
$file = __FILE__;
|
||||
$tmp = sys_get_temp_dir();
|
||||
|
||||
echo <<<EOD
|
||||
__FILE__ : $file
|
||||
SCRIPT_FILENAME : {$_SERVER['SCRIPT_FILENAME']}
|
||||
DOCUMENT_ROOT : {$_SERVER['DOCUMENT_ROOT']}
|
||||
SCRIPT_NAME : {$_SERVER['SCRIPT_NAME']}
|
||||
REQUEST_URI : {$_SERVER['REQUEST_URI']}
|
||||
Cache directory : $tmp
|
||||
EOD;
|
||||
|
Reference in New Issue
Block a user