X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/568bf6f9a487a3dc33ce52e45cd31cfbea2cb79e..81e9ac241907e0a802122e6787e648ce3bb1b494:/www/index.php diff --git a/www/index.php b/www/index.php index e69de29..9a03b77 100644 --- a/www/index.php +++ b/www/index.php @@ -0,0 +1,24 @@ +process($_POST)) { + redirect($repopo->repo->getLink('display')); +} + +$phork = array( + '1' => new File(null, null) +); +render('index', array('files' => $phork, 'description' => '')); +?>