CLEAN: How about changing the rest of the files with your variable? :p
[phorkie.git] / www / new.php
index ef9daecf50b7c96d89f8bad3921da56070c7ea74..10c5ab3a359413d93a3633842ce9e214f688f32f 100644 (file)
@@ -10,10 +10,11 @@ namespace phorkie;
  *
  * Creates and redirects to display page
  */
  *
  * Creates and redirects to display page
  */
+$securityLevel = '1';
 require_once 'www-header.php';
 
 $repopo = new Repository_Post();
 require_once 'www-header.php';
 
 $repopo = new Repository_Post();
-if ($repopo->process($_POST)) {
+if ($repopo->process($_POST, $_SESSION)) {
     redirect($repopo->repo->getLink('display'));
 }
 
     redirect($repopo->repo->getLink('display'));
 }