diff options
Diffstat (limited to 'it_auto_prepend.php')
| -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 b606e3f..3abcf9c 100644 --- a/it_auto_prepend.php +++ b/it_auto_prepend.php @@ -17,7 +17,7 @@ ** along with this program. If not, see <http://www.gnu.org/licenses/>. */ -$GLOBALS['ULTRATIME'] = microtime(true); +$GLOBALS['ULTRATIME'] = hrtime(true); unset($GLOBALS['IT_SYNTAXCONVERTER_DIR']); # Security measure for register_globals on #$debug_itclassloader = true; |