CLEAN: changed pageRequiresLogin variable to secureAtLevel to more adequately self...
[phorkie.git] / www / doap.php
index cc618451969efed4ace18d013ba85db00054ee2d..377030b44f6fa1a829a88c1135923d06e20f63fd 100644 (file)
@@ -4,7 +4,7 @@ namespace phorkie;
  * Display DOAP of the paste.
  * Contains a machine-readable project description with Git URL.
  */
-$pageRequiresLogin = '0';
+$secureAtLevel = '0';
 require_once 'www-header.php';
 
 $repo = new Repository();