summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-06-28 07:45:40 +0000
committerChristian Fowler <spider@viovio.com>2005-06-28 07:45:40 +0000
commit429144ef1efbc5affac008fff58ed9886663361a (patch)
tree05f2f37297ae3f09f91bc50990e2f0a3b3f835a1 /index.php
parente9707a2dc93fdf66fac550d89d00285589131bad (diff)
downloadblogs-429144ef1efbc5affac008fff58ed9886663361a.tar.gz
blogs-429144ef1efbc5affac008fff58ed9886663361a.tar.bz2
blogs-429144ef1efbc5affac008fff58ed9886663361a.zip
Merge recent changes from R1 into HEAD
Diffstat (limited to 'index.php')
-rw-r--r--index.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/index.php b/index.php
index f74f703..b7bcc8f 100644
--- a/index.php
+++ b/index.php
@@ -1,12 +1,17 @@
<?php
+/**
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/index.php,v 1.2 2005/06/28 07:45:39 spiderr Exp $
-// $Header: /cvsroot/bitweaver/_bit_blogs/index.php,v 1.1 2005/06/19 03:57:42 bitweaver Exp $
-
+ * @package blogss
+ * @subpackage functions
+ */
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
-// Initialization
+/**
+ * required setup
+ */
require_once( '../bit_setup_inc.php' );
if (defined("CATEGORIES_PKG_PATH")) {