]> git.wh0rd.org - tt-rss.git/blobdiff - public.php
replace getmicrotime() wrapper with microtime(true) (2)
[tt-rss.git] / public.php
index 7138b3d8122bd6e48caf683f1e5755604c05eeb0..dccd77f43b3353c9243d706e375a6ab5d96e8c15 100644 (file)
@@ -28,7 +28,7 @@
 
        startup_gettext();
 
-       $script_started = getmicrotime();
+       $script_started = microtime(true);
 
        $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);