summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--admin/admin_external_wikis.php4
-rw-r--r--backlinks.php6
-rw-r--r--book_to_html.php6
-rw-r--r--books.php6
-rw-r--r--copyrights.php6
-rw-r--r--edit.php6
-rw-r--r--edit_book.php6
-rw-r--r--export_wiki_pages.php6
-rw-r--r--index.php6
-rw-r--r--like_pages.php6
-rw-r--r--list_pages.php6
-rw-r--r--orphan_pages.php6
-rw-r--r--page_history.php6
-rw-r--r--page_loader.php6
-rw-r--r--page_watches.php6
-rw-r--r--print.php6
-rw-r--r--print_multi_pages.php6
-rw-r--r--print_pages.php6
-rw-r--r--rankings.php6
-rw-r--r--remove_page.php6
-rwxr-xr-xslideshow.php6
-rw-r--r--wiki_graph.php6
-rw-r--r--wiki_rss.php4
23 files changed, 67 insertions, 67 deletions
diff --git a/admin/admin_external_wikis.php b/admin/admin_external_wikis.php
index e7397e3..7d4e8e7 100644
--- a/admin/admin_external_wikis.php
+++ b/admin/admin_external_wikis.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_wiki/admin/admin_external_wikis.php,v 1.6 2009/10/01 14:17:07 wjames5 Exp $
+// $Header: /cvsroot/bitweaver/_bit_wiki/admin/admin_external_wikis.php,v 1.7 2010/02/08 21:27:27 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// Initialization
-require_once( '../../bit_setup_inc.php' );
+require_once( '../../kernel/setup_inc.php' );
include_once( KERNEL_PKG_PATH.'admin_lib.php' );
if (!$gBitUser->isAdmin()) {
$gBitSmarty->assign('msg', tra("You dont have permission to use this feature"));
diff --git a/backlinks.php b/backlinks.php
index bb7aea2..4cf9981 100644
--- a/backlinks.php
+++ b/backlinks.php
@@ -3,19 +3,19 @@
* assigned_modules
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.16 $
+ * @version $Revision: 1.17 $
* @package wiki
* @subpackage functions
* @copyright Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
* @license Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
*/
-// $Header: /cvsroot/bitweaver/_bit_wiki/backlinks.php,v 1.16 2009/10/01 14:17:07 wjames5 Exp $
+// $Header: /cvsroot/bitweaver/_bit_wiki/backlinks.php,v 1.17 2010/02/08 21:27:27 wjames5 Exp $
// All Rights Reserved. See below for details and a complete list of authors.
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( WIKI_PKG_PATH.'lookup_page_inc.php');
$gBitSystem->verifyPackage( 'wiki' );
diff --git a/book_to_html.php b/book_to_html.php
index a857fea..0a2db0d 100644
--- a/book_to_html.php
+++ b/book_to_html.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/book_to_html.php,v 1.6 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/book_to_html.php,v 1.7 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: book_to_html.php,v 1.6 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: book_to_html.php,v 1.7 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( WIKI_PKG_PATH.'BitBook.php');
diff --git a/books.php b/books.php
index 6c70f76..4b6c1bf 100644
--- a/books.php
+++ b/books.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/books.php,v 1.6 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/books.php,v 1.7 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: books.php,v 1.6 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: books.php,v 1.7 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( WIKI_PKG_PATH.'BitBook.php');
$book = new BitBook();
diff --git a/copyrights.php b/copyrights.php
index c0c721d..30c79c9 100644
--- a/copyrights.php
+++ b/copyrights.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/copyrights.php,v 1.10 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/copyrights.php,v 1.11 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: copyrights.php,v 1.10 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: copyrights.php,v 1.11 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
$gBitSystem->isFeatureActive( 'wiki_copyrights', tra("The copyright management feature is not enabled.") );
$gBitUser->hasPermission( 'p_wiki_edit_copyright' );
diff --git a/edit.php b/edit.php
index bbef6d3..309d940 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/edit.php,v 1.62 2009/10/08 19:39:49 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/edit.php,v 1.63 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright( c ) 2004 bitweaver.org
* Copyright( c ) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: edit.php,v 1.62 2009/10/08 19:39:49 wjames5 Exp $
+ * $Id: edit.php,v 1.63 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( WIKI_PKG_PATH.'BitBook.php' );
$gBitSystem->verifyPackage( 'wiki' );
diff --git a/edit_book.php b/edit_book.php
index 08c5fa1..3f445d3 100644
--- a/edit_book.php
+++ b/edit_book.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/edit_book.php,v 1.19 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/edit_book.php,v 1.20 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: edit_book.php,v 1.19 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: edit_book.php,v 1.20 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
if( isset( $_COOKIE['book_section'] ) && $_COOKIE['book_section'] == 'o' ) {
$book_section = 'block';
diff --git a/export_wiki_pages.php b/export_wiki_pages.php
index df63baf..408d90f 100644
--- a/export_wiki_pages.php
+++ b/export_wiki_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/export_wiki_pages.php,v 1.5 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/export_wiki_pages.php,v 1.6 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: export_wiki_pages.php,v 1.5 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: export_wiki_pages.php,v 1.6 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( UTIL_PKG_PATH.'zip_lib.php' );
include_once( WIKI_PKG_PATH.'export_lib.php' );
if (!$gBitUser->hasPermission( 'p_wiki_admin' ))
diff --git a/index.php b/index.php
index a7a58e3..dd94eb4 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/index.php,v 1.14 2010/01/06 20:37:59 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/index.php,v 1.15 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: index.php,v 1.14 2010/01/06 20:37:59 squareing Exp $
+ * $Id: index.php,v 1.15 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
$gBitSystem->verifyPackage( 'wiki' );
require_once( WIKI_PKG_PATH.'BitPage.php' );
diff --git a/like_pages.php b/like_pages.php
index fdbb9bf..9c0b508 100644
--- a/like_pages.php
+++ b/like_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/like_pages.php,v 1.17 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/like_pages.php,v 1.18 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: like_pages.php,v 1.17 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: like_pages.php,v 1.18 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( WIKI_PKG_PATH.'BitPage.php');
include_once( WIKI_PKG_PATH.'lookup_page_inc.php' );
$gBitSystem->verifyPackage( 'wiki' );
diff --git a/list_pages.php b/list_pages.php
index 381afdb..fb338d6 100644
--- a/list_pages.php
+++ b/list_pages.php
@@ -1,8 +1,8 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/list_pages.php,v 1.26 2009/05/22 14:27:42 tekimaki_admin Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/list_pages.php,v 1.27 2010/02/08 21:27:27 wjames5 Exp $
*
- * $Id: list_pages.php,v 1.26 2009/05/22 14:27:42 tekimaki_admin Exp $
+ * $Id: list_pages.php,v 1.27 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -10,7 +10,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
require_once( WIKI_PKG_PATH.'BitPage.php' );
// verify stuff
diff --git a/orphan_pages.php b/orphan_pages.php
index 4df6c0d..a74b321 100644
--- a/orphan_pages.php
+++ b/orphan_pages.php
@@ -1,8 +1,8 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/orphan_pages.php,v 1.19 2009/03/22 07:09:01 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/orphan_pages.php,v 1.20 2010/02/08 21:27:27 wjames5 Exp $
*
- * $Id: orphan_pages.php,v 1.19 2009/03/22 07:09:01 squareing Exp $
+ * $Id: orphan_pages.php,v 1.20 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -10,7 +10,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( WIKI_PKG_PATH.'BitPage.php' );
// verify stuff
diff --git a/page_history.php b/page_history.php
index 573cf23..89d5581 100644
--- a/page_history.php
+++ b/page_history.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.34 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.35 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: page_history.php,v 1.34 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: page_history.php,v 1.35 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
require_once( WIKI_PKG_PATH.'BitPage.php');
$gBitSystem->verifyPackage( 'wiki' );
diff --git a/page_loader.php b/page_loader.php
index dea8754..002b07e 100644
--- a/page_loader.php
+++ b/page_loader.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/page_loader.php,v 1.4 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/page_loader.php,v 1.5 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: page_loader.php,v 1.4 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: page_loader.php,v 1.5 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-include_once( '../../bit_setup_inc.php' );
+include_once( '../../kernel/setup_inc.php' );
include_once (HTML_PKG_PATH.'htmlpages_lib.php');
$refresh = 1000 * $_REQUEST["refresh"];
?>
diff --git a/page_watches.php b/page_watches.php
index 312efea..ac83a71 100644
--- a/page_watches.php
+++ b/page_watches.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/page_watches.php,v 1.9 2009/10/08 19:39:49 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/page_watches.php,v 1.10 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: page_watches.php,v 1.9 2009/10/08 19:39:49 wjames5 Exp $
+ * $Id: page_watches.php,v 1.10 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( WIKI_PKG_PATH.'BitPage.php');
$gBitSystem->verifyPackage( 'wiki' );
diff --git a/print.php b/print.php
index fa898e3..77fe626 100644
--- a/print.php
+++ b/print.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/print.php,v 1.23 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/print.php,v 1.24 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: print.php,v 1.23 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: print.php,v 1.24 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( WIKI_PKG_PATH.'BitPage.php');
$gBitSystem->verifyPackage( 'wiki' );
diff --git a/print_multi_pages.php b/print_multi_pages.php
index 9d35001..9cc3c58 100644
--- a/print_multi_pages.php
+++ b/print_multi_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/print_multi_pages.php,v 1.12 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/print_multi_pages.php,v 1.13 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: print_multi_pages.php,v 1.12 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: print_multi_pages.php,v 1.13 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
require_once( WIKI_PKG_PATH.'BitPage.php' );
$gBitSystem->verifyFeature( 'wiki_multiprint' );
diff --git a/print_pages.php b/print_pages.php
index d611958..3111d16 100644
--- a/print_pages.php
+++ b/print_pages.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/print_pages.php,v 1.12 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/print_pages.php,v 1.13 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: print_pages.php,v 1.12 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: print_pages.php,v 1.13 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
require_once( WIKI_PKG_PATH.'BitPage.php' );
if( !$gBitSystem->isFeatureActive( 'wiki_multiprint' ) ) {
$gBitSystem->fatalError( tra("This feature is disabled").": wiki_multiprint" );
diff --git a/rankings.php b/rankings.php
index b5e1969..dd009ba 100644
--- a/rankings.php
+++ b/rankings.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/rankings.php,v 1.14 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/rankings.php,v 1.15 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: rankings.php,v 1.14 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: rankings.php,v 1.15 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
$gBitSystem->verifyPackage( 'wiki' );
$gBitSystem->verifyFeature( 'wiki_rankings' );
diff --git a/remove_page.php b/remove_page.php
index e3903c1..a1b55e0 100644
--- a/remove_page.php
+++ b/remove_page.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/remove_page.php,v 1.14 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/remove_page.php,v 1.15 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: remove_page.php,v 1.14 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: remove_page.php,v 1.15 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( WIKI_PKG_PATH.'BitPage.php');
include_once( WIKI_PKG_PATH.'lookup_page_inc.php' );
diff --git a/slideshow.php b/slideshow.php
index 52046b9..c7381e1 100755
--- a/slideshow.php
+++ b/slideshow.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/slideshow.php,v 1.23 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/slideshow.php,v 1.24 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: slideshow.php,v 1.23 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: slideshow.php,v 1.24 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
require_once( 'BitPage.php' );
$gBitSystem->verifyPackage( 'wiki' );
diff --git a/wiki_graph.php b/wiki_graph.php
index fcb247f..4db2da3 100644
--- a/wiki_graph.php
+++ b/wiki_graph.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/wiki_graph.php,v 1.7 2009/10/01 14:17:07 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/wiki_graph.php,v 1.8 2010/02/08 21:27:27 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: wiki_graph.php,v 1.7 2009/10/01 14:17:07 wjames5 Exp $
+ * $Id: wiki_graph.php,v 1.8 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-include_once( '../bit_setup_inc.php' );
+include_once( '../kernel/setup_inc.php' );
include_once( WIKI_PKG_PATH.'BitPage.php');
include_once( WIKI_PKG_PATH.'lookup_page_inc.php');
include_once( 'Image/GraphViz.php' );
diff --git a/wiki_rss.php b/wiki_rss.php
index a8e9946..986fd32 100644
--- a/wiki_rss.php
+++ b/wiki_rss.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_wiki/wiki_rss.php,v 1.17 2007/07/08 07:56:41 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_wiki/wiki_rss.php,v 1.18 2010/02/08 21:27:27 wjames5 Exp $
* @package wiki
* @subpackage functions
*/
@@ -8,7 +8,7 @@
/**
* Initialization
*/
-require_once( "../bit_setup_inc.php" );
+require_once( "../kernel/setup_inc.php" );
$gBitSystem->verifyPackage( 'wiki' );
$gBitSystem->verifyPackage( 'rss' );