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