summaryrefslogtreecommitdiff
path: root/doku.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-04-17 17:09:06 +0200
committerandi <andi@splitbrain.org>2005-04-17 17:09:06 +0200
commit15cfe3031ce6b583a235b74987e5e6700767fdf1 (patch)
tree143c8255f57e850e8610212871a28ca38fb90552 /doku.php
parentc112d57805d6740c6e0a200fd5fd3f2717f86c69 (diff)
downloadrpg-15cfe3031ce6b583a235b74987e5e6700767fdf1.tar.gz
rpg-15cfe3031ce6b583a235b74987e5e6700767fdf1.tar.bz2
section editing fixed
darcs-hash:20050417150906-9977f-96fcdc018414606bc58252631708c8b55d82354a.gz
Diffstat (limited to 'doku.php')
-rw-r--r--doku.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/doku.php b/doku.php
index 0d7fe667a..6f4ce89b2 100644
--- a/doku.php
+++ b/doku.php
@@ -29,11 +29,6 @@
$HIGH = $_REQUEST['s'];
if(empty($HIGH)) $HIGH = getGoogleQuery();
-# $ACL_USER = urldecode($_REQUEST['acl_user']);
-# $ACL_SCOPE = urldecode($_REQUEST['acl_scope']);
-# $ACL_LEVEL = $_REQUEST['acl_level'];
-# $ACL_CHECKBOX = $_REQUEST['acl_checkbox'];
-
$TEXT = cleanText($_POST['wikitext']);
$PRE = cleanText($_POST['prefix']);
$SUF = cleanText($_POST['suffix']);