summaryrefslogtreecommitdiff
path: root/it_auto_prepend.php
diff options
context:
space:
mode:
authorUrban Müller2012-08-17 16:10:27 +0000
committerUrban Müller2012-08-17 16:10:27 +0000
commit0f11d3ba3965eb202329c00bd8a5500c19b7ba73 (patch)
tree16f6e668d91d29278a59ddd380ddd65d807209f6 /it_auto_prepend.php
parent6074ee527d589187e180adb389a5d16f33209698 (diff)
downloaditools-0f11d3ba3965eb202329c00bd8a5500c19b7ba73.tar.gz
itools-0f11d3ba3965eb202329c00bd8a5500c19b7ba73.tar.bz2
itools-0f11d3ba3965eb202329c00bd8a5500c19b7ba73.zip
use float time
Diffstat (limited to 'it_auto_prepend.php')
-rw-r--r--it_auto_prepend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_auto_prepend.php b/it_auto_prepend.php
index 36946ee..6028c5b 100644
--- a/it_auto_prepend.php
+++ b/it_auto_prepend.php
@@ -19,7 +19,7 @@
** along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-$GLOBALS['ULTRATIME'] = gettimeofday();
+$GLOBALS['ULTRATIME'] = microtime(true);
unset($GLOBALS['IT_SYNTAXCONVERTER_DIR']); # Security measure for register_globals on
#$debug_itclassloader = true;