get rid of start variable in form
[phorkie.git] / www / doap.php
index db00df4d3dec8d891444450b80c1f7e2b15d41f4..f374dba0464244c163431321727f4aa9f5f69833 100644 (file)
@@ -4,6 +4,7 @@ namespace phorkie;
  * Display DOAP of the paste.
  * Contains a machine-readable project description with Git URL.
  */
+$pageRequiresLogin = false;
 require_once 'www-header.php';
 
 $repo = new Repository();