diff options
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 b925f0b..f83dfb3 100644 --- a/www/edit.php +++ b/www/edit.php @@ -3,7 +3,7 @@ namespace phorkie; /** * Edit paste contents */ -$pageRequiresLogin = '1'; +$secureAtLevel = '1'; require_once 'www-header.php'; $repo = new Repository(); $repo->loadFromRequest(); |
