Index: trunk/core/kernel/utility/debugger.php =================================================================== diff -u -r3287 -r3527 --- trunk/core/kernel/utility/debugger.php (.../debugger.php) (revision 3287) +++ trunk/core/kernel/utility/debugger.php (.../debugger.php) (revision 3527) @@ -393,7 +393,7 @@ function appendRequest() { - $script = $_SERVER['SCRIPT_FILENAME']; + $script = $_SERVER['PHP_SELF']; $this->appendHTML('ScriptName: '.$this->getFileLink($script,1,basename($script)).' ('.dirname($script).')'); $this->appendHTML('DomViewer:  ');