aboutsummaryrefslogtreecommitdiff
path: root/www/edit.php
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-18 07:43:52 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-18 07:43:52 -0400
commit92d6cf1f537c2126baf324cbdadbef1067e156b6 (patch)
tree8e4451811eb6acf6bfa68e317d2b4a14469e654c /www/edit.php
parenta1bceaf02f8f8a3fdbb8042ffcfab4b3a35f14f7 (diff)
downloadphorkie-92d6cf1f537c2126baf324cbdadbef1067e156b6.tar.gz
phorkie-92d6cf1f537c2126baf324cbdadbef1067e156b6.zip
REVERT: variable name change
Diffstat (limited to 'www/edit.php')
-rw-r--r--www/edit.php2
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();