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