X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/cdaa5e28290fe0e9e73ca3a0557ee021a7ab404b..fc9ddff30bafd071990dfb95c9a8520b457da2e9:/www/index.php diff --git a/www/index.php b/www/index.php index 9a03b77..5b5e4f6 100644 --- a/www/index.php +++ b/www/index.php @@ -1,24 +1,13 @@ process($_POST)) { - redirect($repopo->repo->getLink('display')); -} - -$phork = array( - '1' => new File(null, null) +header( + 'Location: ' + . Tools::fullUrl($GLOBALS['phorkie']['cfg']['index']) ); -render('index', array('files' => $phork, 'description' => '')); ?>