X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/0c2d838a9b2f0c81d460b49ccd74775440ced828..5b589f6213337eb1c88ed983f54552f2bafefd80:/www/new.php diff --git a/www/new.php b/www/new.php index ef9daec..10c5ab3 100644 --- a/www/new.php +++ b/www/new.php @@ -10,10 +10,11 @@ namespace phorkie; * * Creates and redirects to display page */ +$securityLevel = '1'; require_once 'www-header.php'; $repopo = new Repository_Post(); -if ($repopo->process($_POST)) { +if ($repopo->process($_POST, $_SESSION)) { redirect($repopo->repo->getLink('display')); }