CLEAN: changed pageRequiresLogin variable to secureAtLevel to more adequately self...
[phorkie.git] / www / raw.php
index bedaa1b54e58b5f1e334944452459afa87d3c70e..612a6b86b9aa49c1b2ef664135fedb8b2e2591cb 100644 (file)
@@ -3,7 +3,7 @@ namespace phorkie;
 /**
  * Displays a file
  */
-$pageRequiresLogin = '0';
+$secureAtLevel = '0';
 require_once 'www-header.php';
 
 $repo = new Repository();