diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 22:00:37 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 22:00:37 -0400 |
| commit | c630697fa2d4679eed006ae37aa594cbf7b99ae8 (patch) | |
| tree | 05bdb936043961292dfc0ec98801261d3711eb9d /www/doap.php | |
| parent | 802794fcc585bbb6533c52b6a4c646829bd07b4d (diff) | |
| download | phorkie-c630697fa2d4679eed006ae37aa594cbf7b99ae8.tar.gz phorkie-c630697fa2d4679eed006ae37aa594cbf7b99ae8.zip | |
CLEAN: changed pageRequiresLogin variable to secureAtLevel to more adequately self-describe
Diffstat (limited to 'www/doap.php')
| -rw-r--r-- | www/doap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/doap.php b/www/doap.php index cc61845..377030b 100644 --- a/www/doap.php +++ b/www/doap.php @@ -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(); |
