REVERT: variable name change
[phorkie.git] / www / fork.php
index 799763273667ec8388b1f94e70ab3688c9af60f9..10bd1e201d0dcc91a18612618e0f6bc0c2792ddb 100644 (file)
@@ -3,6 +3,7 @@
  * Fork a repository
  */
 namespace phorkie;
+$secureAtLevel = '1';
 require_once 'www-header.php';
 
 if ($_SERVER['REQUEST_METHOD'] !== 'POST') {
@@ -30,4 +31,4 @@ foreach (\glob($new->gitDir . '/hooks/*') as $hookfile) {
 
 //FIXME: where to put fork source link?
 redirect($new->getLink('display'));
-?>
\ No newline at end of file
+?>