5 lines
120 B
PHP
5 lines
120 B
PHP
<?php
|
|
// entry point - inport and run the public index.php file
|
|
include("core/init.php");
|
|
$b = new Init();
|
|
$b->start();
|