CLEAN: How about changing the rest of the files with your variable? :p
[phorkie.git] / www / display.php
index 2376d30b58416ec5112c108539161eb7ac4cc5a1..91a73218e2dbbf4b77f43a3920ba5e151bfb37ae 100644 (file)
@@ -3,10 +3,8 @@ namespace phorkie;
 /**
  * Display paste contents
  */
+$securityLevel = '0';
 require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] == 2) {
-    require_once 'secure.php';
-}
 
 $repo = new Repository();
 $repo->loadFromRequest();