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/display.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/display.php')
| -rw-r--r-- | www/display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/display.php b/www/display.php index fc93b0d..91a7321 100644 --- a/www/display.php +++ b/www/display.php @@ -3,7 +3,7 @@ namespace phorkie; /** * Display paste contents */ -$secureAtLevel = '0'; +$securityLevel = '0'; require_once 'www-header.php'; $repo = new Repository(); |
