summaryrefslogtreecommitdiff
path: root/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-27 22:20:14 +0400
committerAndrew Dolgov <[email protected]>2013-02-27 22:20:14 +0400
commit1ebf3b979ecb697285edd3bec284290bd305647d (patch)
tree29a8b453b0b309ade8bb392fe8d2dff6c5f781fa /public.php
parentfa9e88c367fb3d6c771aa1788f133087f49696bc (diff)
replace getmicrotime() wrapper with microtime(true) (2)
Diffstat (limited to 'public.php')
-rw-r--r--public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public.php b/public.php
index 7138b3d81..dccd77f43 100644
--- a/public.php
+++ b/public.php
@@ -28,7 +28,7 @@
startup_gettext();
- $script_started = getmicrotime();
+ $script_started = microtime(true);
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);