Fixed start time placement
This commit is contained in:
parent
feec48ed83
commit
0ad39c241e
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
$startTime = microtime(true);
|
||||||
|
|
||||||
require_once '../src/core.php';
|
require_once '../src/core.php';
|
||||||
|
|
||||||
$query = rtrim($_SERVER['REQUEST_URI'], '/');
|
$query = rtrim($_SERVER['REQUEST_URI'], '/');
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
$startTime = microtime(true);
|
|
||||||
define('SZURU_VERSION', '0.7.1');
|
define('SZURU_VERSION', '0.7.1');
|
||||||
define('SZURU_LINK', 'http://github.com/rr-/szurubooru');
|
define('SZURU_LINK', 'http://github.com/rr-/szurubooru');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue