diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-18 06:43:46 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-18 06:43:46 -0400 |
| commit | 5b589f6213337eb1c88ed983f54552f2bafefd80 (patch) | |
| tree | d513c237dd3788dabba44902b161f03cf00cf2dd /www/raw.php | |
| parent | 8aa0b9bda25f570e591e554bdbece99d5f6458c8 (diff) | |
| download | phorkie-5b589f6213337eb1c88ed983f54552f2bafefd80.tar.gz phorkie-5b589f6213337eb1c88ed983f54552f2bafefd80.zip | |
CLEAN: How about changing the rest of the files with your variable? :p
Diffstat (limited to 'www/raw.php')
| -rw-r--r-- | www/raw.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/raw.php b/www/raw.php index 612a6b8..8e60241 100644 --- a/www/raw.php +++ b/www/raw.php @@ -3,7 +3,7 @@ namespace phorkie; /** * Displays a file */ -$secureAtLevel = '0'; +$securityLevel = '0'; require_once 'www-header.php'; $repo = new Repository(); |
