aboutsummaryrefslogtreecommitdiff
path: root/www/display.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/display.php')
-rw-r--r--www/display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/display.php b/www/display.php
index fc93b0d..ffc9786 100644
--- a/www/display.php
+++ b/www/display.php
@@ -3,7 +3,7 @@ namespace phorkie;
/**
* Display paste contents
*/
-$secureAtLevel = '0';
+$reqWritePermissions = false;
require_once 'www-header.php';
$repo = new Repository();