-
Notifications
You must be signed in to change notification settings - Fork 0
Index PHP
JulianFun123 edited this page Jun 22, 2019
·
3 revisions
The Index.php have to be like this!
<?php
require "../app/route.php";
require "../devermrouter/Router.php";
$router = new Router($templates_dir, $views_dir);
$router->set($route);
$router->route();
Devern Router made by JulianFun123 @ InteraApps.de!