From dff68e21ac958ebfb8164bca4cb2143c427f4330 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 17 Sep 2012 23:01:07 +0200 Subject: use deny-by-default security --- www/display.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'www/display.php') diff --git a/www/display.php b/www/display.php index 6f754d9..534a119 100644 --- a/www/display.php +++ b/www/display.php @@ -3,10 +3,8 @@ namespace phorkie; /** * Display paste contents */ +$pageRequiresLogin = false; require_once 'www-header.php'; -if ($GLOBALS['phorkie']['auth']['secure'] == 2) { - include_once 'secure.php'; -} $repo = new Repository(); $repo->loadFromRequest(); -- cgit v1.2.3