eesyphp/example/public_html/index.php
Benjamin Renard 4f47dc056d Tpl: Add stuff to handle static files
* Move example application in example sub-directory
* Widely use App::get() instead of Config::get()
2023-02-12 00:30:36 +01:00

12 lines
181 B
PHP

<?php
include '../includes/core.php';
include 'url-public.php';
use EesyPHP\Url;
$default_url='';
Url :: handle_request();
# vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab