diff options
-rw-r--r-- | it_auto_prepend.php | 2 |
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; |