Your IP : 216.73.217.142


Current Path : /var/www/devska-e-syn/public_html/
Upload File :
Current File : /var/www/devska-e-syn/public_html/index.php

<?php

use Kanboard\Core\Controller\Runner;

try {
    require __DIR__.'/app/common.php';
    $container['router']->dispatch();
    $runner = new Runner($container);
    $runner->execute();
} catch (Exception $e) {
    echo 'Internal Error: '.$e->getMessage();
}