X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/cdaa5e28290fe0e9e73ca3a0557ee021a7ab404b..92d6cf1f537c2126baf324cbdadbef1067e156b6:/www/index.php diff --git a/www/index.php b/www/index.php index 9a03b77..7ff1814 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' => '')); ?>