aboutsummaryrefslogtreecommitdiff
path: root/www/raw.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/raw.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/raw.php')
-rw-r--r--www/raw.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/raw.php b/www/raw.php
index bedaa1b..612a6b8 100644
--- a/www/raw.php
+++ b/www/raw.php
@@ -3,7 +3,7 @@ namespace phorkie;
/**
* Displays a file
*/
-$pageRequiresLogin = '0';
+$secureAtLevel = '0';
require_once 'www-header.php';
$repo = new Repository();