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 534a119..94b2ef9 100644
--- a/www/display.php
+++ b/www/display.php
@@ -3,7 +3,7 @@ namespace phorkie;
/**
* Display paste contents
*/
-$pageRequiresLogin = false;
+$pageRequiresLogin = '0';
require_once 'www-header.php';
$repo = new Repository();