From 75dec80e40bdff05d84fe02ebde51eebedbf3989 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 8 Nov 2011 16:26:33 +0000 Subject: Log whole URI including URL parameters in it::date() --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it.class') 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(); -- cgit v1.2.3