From cf5beca82078ad645592893e7a727400e09914a9 Mon Sep 17 00:00:00 2001
From: Denis Walker <dez@sucs.org>
Date: Thu, 16 Oct 2008 21:58:28 +0000
Subject: [PATCH] Adds security to the pagemap editor by only allowing people
 in the "html" group to use it.

---
 components/pagemap.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/pagemap.php b/components/pagemap.php
index 613ee61..ea1f241 100644
--- a/components/pagemap.php
+++ b/components/pagemap.php
@@ -1,5 +1,7 @@
 <?php
 
+$permission="html";
+
 unset($output);
 
 if (@$pathlist[3] == "Edit") {
-- 
GitLab