summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index a2297b4..0b82acd 100644
--- a/it.class
+++ b/it.class
@@ -719,7 +719,7 @@ static function gets()
static function date($format = "", $stamp = null)
{
if (is_float($stamp)) # Temporary logging of float timestamps
- @it::log('it_date_float', $stamp, it_debug::backtrace(), $_SERVER['PHP_SELF']);
+ @it::log('it_date_float', $stamp, it_debug::backtrace(), $_SERVER['REQUEST_URI']);
if (!isset($stamp))
$stamp = time();