REVERT: variable name change
[phorkie.git] / www / fork.php
index 3d1c4b73d1979d2bb8b8e9813d58579b47261715..10bd1e201d0dcc91a18612618e0f6bc0c2792ddb 100644 (file)
@@ -3,6 +3,7 @@
  * Fork a repository
  */
 namespace phorkie;
  * Fork a repository
  */
 namespace phorkie;
+$secureAtLevel = '1';
 require_once 'www-header.php';
 
 if ($_SERVER['REQUEST_METHOD'] !== 'POST') {
 require_once 'www-header.php';
 
 if ($_SERVER['REQUEST_METHOD'] !== 'POST') {