rename "secureAtLevel" variable since it does not define a level at all
[phorkie.git] / www / doap.php
index 377030b44f6fa1a829a88c1135923d06e20f63fd..63a66e630d57a21b71ade37b10eab5ec0ef9df82 100644 (file)
@@ -4,7 +4,7 @@ namespace phorkie;
  * Display DOAP of the paste.
  * Contains a machine-readable project description with Git URL.
  */
  * Display DOAP of the paste.
  * Contains a machine-readable project description with Git URL.
  */
-$secureAtLevel = '0';
+$reqWritePermissions = false;
 require_once 'www-header.php';
 
 $repo = new Repository();
 require_once 'www-header.php';
 
 $repo = new Repository();