diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-18 07:43:52 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-18 07:43:52 -0400 |
| commit | 92d6cf1f537c2126baf324cbdadbef1067e156b6 (patch) | |
| tree | 8e4451811eb6acf6bfa68e317d2b4a14469e654c /www/edit.php | |
| parent | a1bceaf02f8f8a3fdbb8042ffcfab4b3a35f14f7 (diff) | |
| download | phorkie-92d6cf1f537c2126baf324cbdadbef1067e156b6.tar.gz phorkie-92d6cf1f537c2126baf324cbdadbef1067e156b6.zip | |
REVERT: variable name change
Diffstat (limited to 'www/edit.php')
| -rw-r--r-- | www/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/edit.php b/www/edit.php index 2525056..f83dfb3 100644 --- a/www/edit.php +++ b/www/edit.php @@ -3,7 +3,7 @@ namespace phorkie; /** * Edit paste contents */ -$securityLevel = '1'; +$secureAtLevel = '1'; require_once 'www-header.php'; $repo = new Repository(); $repo->loadFromRequest(); |
