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