Skip to content

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();
Clone this wiki locally