mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:55:56 +00:00
replace getmicrotime() wrapper with microtime(true) (2)
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
|
||||
startup_gettext();
|
||||
|
||||
$script_started = getmicrotime();
|
||||
$script_started = microtime(true);
|
||||
|
||||
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
startup_gettext();
|
||||
|
||||
$script_started = getmicrotime();
|
||||
$script_started = microtime(true);
|
||||
|
||||
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user