![]() ![]() |
freenet-router |
Subversion Repositories: |
Compare with Previous - Blame - Download
<?php/*** @author Jakub PetrĹžĂlka <petrzilka@czweb.net>*/require_once('init.php');use Phem\Environment\Dispatcher;use Phem\Environment\EnvironmentManager;/* INIT SESSION */EnvironmentManager::getSession()->init();/* REQUEST ROUTING */$dispatcher = new Dispatcher();$dispatcher->dispatchRequest();