4 lines
93 B
PHP
4 lines
93 B
PHP
|
<?php
|
||
|
// entry point - inport and run the public index.php file
|
||
|
require("public/index.php");
|