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