Fixed start time placement

This commit is contained in:
Marcin Kurczewski 2014-05-02 13:51:20 +02:00
parent feec48ed83
commit 0ad39c241e
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,6 @@
<?php
$startTime = microtime(true);
require_once '../src/core.php';
$query = rtrim($_SERVER['REQUEST_URI'], '/');

View file

@ -1,5 +1,4 @@
<?php
$startTime = microtime(true);
define('SZURU_VERSION', '0.7.1');
define('SZURU_LINK', 'http://github.com/rr-/szurubooru');