summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-01-26 14:56:40 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-01-26 14:56:40 +0000
commitf12a5ceec061ec5abbdbd45bfff57a1d83186c55 (patch)
tree65a66c4d1767893782e44ffffd90f8fd90e638ac /index.php
parent79606361711fa386745d247829a3c506106b5a1f (diff)
downloadblogs-f12a5ceec061ec5abbdbd45bfff57a1d83186c55.tar.gz
blogs-f12a5ceec061ec5abbdbd45bfff57a1d83186c55.tar.bz2
blogs-f12a5ceec061ec5abbdbd45bfff57a1d83186c55.zip
merge recent changes into HEAD
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 4340b7d..384c670 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/index.php,v 1.3 2005/08/01 18:40:04 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/index.php,v 1.4 2006/01/26 14:56:40 squareing Exp $
* @package blogss
* @subpackage functions
@@ -19,6 +19,7 @@ if (defined("CATEGORIES_PKG_PATH")) {
}
$gBitSystem->verifyPackage( 'blogs' );
+$gBitSystem->verifyPermission( 'bit_p_read_blog' );
if ($gBitSystem->isPackageActive( 'categories' )) {
if (isset($_REQUEST['addcateg']) and $_REQUEST['addcateg'] and isset($_REQUEST['post_id']) and $_REQUEST['post_id']) {