4 lines
65 B
PHP
4 lines
65 B
PHP
|
<?php include("core/init.php");
|
||
|
$b = new StartUp();
|
||
|
$b->start();
|