diff options
author | Urban Müller | 2012-10-23 13:25:56 +0000 |
---|---|---|
committer | Urban Müller | 2012-10-23 13:25:56 +0000 |
commit | 8fc366b1b2e1d985baa7300e91b1c8cf3c88d8cb (patch) | |
tree | e6c48d45f11e3926a2a6cd5bb13559c4dd3c3c18 /it.class | |
parent | d2e3af498517d0e459be3b0c66d9c1cad0c6c25a (diff) | |
download | itools-8fc366b1b2e1d985baa7300e91b1c8cf3c88d8cb.tar.gz itools-8fc366b1b2e1d985baa7300e91b1c8cf3c88d8cb.tar.bz2 itools-8fc366b1b2e1d985baa7300e91b1c8cf3c88d8cb.zip |
add pwd to script paths
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ static function error($p = array(), $body = null, $to = null) # $body and $to de if ($_SERVER['REMOTE_ADDR']) $url = ($_SERVER['HTTPS'] ? "https://" : "http://") . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; else - $url = $_SERVER['SCRIPT_NAME']; + $url = $_SERVER['SCRIPT_NAME'] . " (pwd " . $_SERVER['PWD'] . ")"; $gods = strtr(trim(@file_get_contents($GLOBALS['ULTRAHOME'] . "/.diffnotice")), array("\n"=>', ')); if (!$p['to']) |