summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-03-22 18:14:36 +0000
committerNick Palmer <nick@sluggardy.net>2007-03-22 18:14:36 +0000
commitdeae8e60adb79e821e25972ef2d62002c7cfe84f (patch)
treef1d1da7329d6d9f6a86ae61bf49167c091f4f91f /index.php
parent4474052d1013f860879387c48d33219dc33d831f (diff)
downloadtags-deae8e60adb79e821e25972ef2d62002c7cfe84f.tar.gz
tags-deae8e60adb79e821e25972ef2d62002c7cfe84f.tar.bz2
tags-deae8e60adb79e821e25972ef2d62002c7cfe84f.zip
Added sanitation of tags with various options. Fixed bugs. Added ability to view tags in any of the service templates. Gussied up permissions some. Edit now means you can edit your own tags and admin is required for edit page.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 0298522..d1842f5 100644
--- a/index.php
+++ b/index.php
@@ -4,6 +4,8 @@ require_once( TAGS_PKG_PATH."LibertyTag.php" );
$gBitSystem->verifyPackage( 'tags' );
+$gBitSystem->verifyPermission('p_tags_view');
+
$tag = new LibertyTag();
$listHash = $_REQUEST;