X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/5c314428027bea7f3743d24968bd294e65b662ca..fc9ddff30bafd071990dfb95c9a8520b457da2e9:/www/index.php diff --git a/www/index.php b/www/index.php index d33604d..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' => '')); -?> \ No newline at end of file +?>