Kanboard-Prod/index.php

9 lines
163 B
PHP

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