mirror of https://github.com/flarum/flarum
Remove unused FLARUM_START constant
parent
dfebb5c8ca
commit
084d1b2ff2
2
flarum
2
flarum
|
@ -9,8 +9,6 @@
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('FLARUM_START', microtime(true));
|
|
||||||
|
|
||||||
require 'vendor/autoload.php';
|
require 'vendor/autoload.php';
|
||||||
|
|
||||||
$server = new Flarum\Console\Server(
|
$server = new Flarum\Console\Server(
|
||||||
|
|
Loading…
Reference in New Issue