FIX: Revamped security measures
[phorkie.git] / www / revision.php
index 06462afa72f9e6af525241a65e2c4700ce212074..9c2735da0f2fb949564ffe367d471b70c0704c46 100644 (file)
@@ -1,12 +1,10 @@
 <?php
 namespace phorkie;
 /**
- * Display paste contents
+ * Display historic paste contents
  */
+$pageRequiresLogin = '0';
 require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] == 2) {
-    require_once 'secure.php';
-}
 
 $repo = new Repository();
 $repo->loadFromRequest();