aboutsummaryrefslogtreecommitdiff
path: root/www/list.php
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-17 22:00:37 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-17 22:00:37 -0400
commitc630697fa2d4679eed006ae37aa594cbf7b99ae8 (patch)
tree05bdb936043961292dfc0ec98801261d3711eb9d /www/list.php
parent802794fcc585bbb6533c52b6a4c646829bd07b4d (diff)
downloadphorkie-c630697fa2d4679eed006ae37aa594cbf7b99ae8.tar.gz
phorkie-c630697fa2d4679eed006ae37aa594cbf7b99ae8.zip
CLEAN: changed pageRequiresLogin variable to secureAtLevel to more adequately self-describe
Diffstat (limited to 'www/list.php')
-rw-r--r--www/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/list.php b/www/list.php
index cc8aa87..8252f37 100644
--- a/www/list.php
+++ b/www/list.php
@@ -3,7 +3,7 @@
* List a repository
*/
namespace phorkie;
-$pageRequiresLogin = '0';
+$secureAtLevel = '0';
require_once 'www-header.php';
$rs = new Repositories();