summaryrefslogtreecommitdiff
path: root/list_pages.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-06-28 07:46:29 +0000
committerChristian Fowler <spider@viovio.com>2005-06-28 07:46:29 +0000
commit1ac5efd4760ea31cef14335c3ccb64ca256e75b5 (patch)
treec24ae459842c48b00389a0e23057ddace5837faf /list_pages.php
parent96a6e127788097951511b99264aa153b19b12f76 (diff)
downloadwiki-1ac5efd4760ea31cef14335c3ccb64ca256e75b5.tar.gz
wiki-1ac5efd4760ea31cef14335c3ccb64ca256e75b5.tar.bz2
wiki-1ac5efd4760ea31cef14335c3ccb64ca256e75b5.zip
Merge recent changes from R1 into HEAD
Diffstat (limited to 'list_pages.php')
-rw-r--r--list_pages.php22
1 files changed, 17 insertions, 5 deletions
diff --git a/list_pages.php b/list_pages.php
index f608266..d50f3d9 100644
--- a/list_pages.php
+++ b/list_pages.php
@@ -1,9 +1,21 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_wiki/list_pages.php,v 1.1 2005/06/19 06:12:44 bitweaver Exp $
-// 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
+/**
+ * $Header: /cvsroot/bitweaver/_bit_wiki/list_pages.php,v 1.2 2005/06/28 07:46:27 spiderr Exp $
+ *
+ * Copyright (c) 2004 bitweaver.org
+ * Copyright (c) 2003 tikwiki.org
+ * 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
+ *
+ * $Id: list_pages.php,v 1.2 2005/06/28 07:46:27 spiderr Exp $
+ * @package wiki
+ * @subpackage functions
+ */
+
+/**
+ * required setup
+ */
require_once( '../bit_setup_inc.php' );
require_once( WIKI_PKG_PATH.'BitPage.php' );