rename auth configuration variables to make them more readable
[phorkie.git] / www / display.php
index 6f754d9ec4c01d4ee0e7d4e36996ac6e4c5e49ac..fc93b0dc3d174018f1e913db4f2a535a5dfa3df4 100644 (file)
@@ -3,10 +3,8 @@ namespace phorkie;
 /**
  * Display paste contents
  */
+$secureAtLevel = '0';
 require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] == 2) {
-    include_once 'secure.php';
-}
 
 $repo = new Repository();
 $repo->loadFromRequest();