diff options
| author | Christian Fowler <spider@viovio.com> | 2005-06-28 07:46:29 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-06-28 07:46:29 +0000 |
| commit | 1ac5efd4760ea31cef14335c3ccb64ca256e75b5 (patch) | |
| tree | c24ae459842c48b00389a0e23057ddace5837faf /backlinks.php | |
| parent | 96a6e127788097951511b99264aa153b19b12f76 (diff) | |
| download | wiki-1ac5efd4760ea31cef14335c3ccb64ca256e75b5.tar.gz wiki-1ac5efd4760ea31cef14335c3ccb64ca256e75b5.tar.bz2 wiki-1ac5efd4760ea31cef14335c3ccb64ca256e75b5.zip | |
Merge recent changes from R1 into HEAD
Diffstat (limited to 'backlinks.php')
| -rw-r--r-- | backlinks.php | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/backlinks.php b/backlinks.php index 7ce3580..7fbb34c 100644 --- a/backlinks.php +++ b/backlinks.php @@ -1,9 +1,20 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_wiki/backlinks.php,v 1.1 2005/06/19 06:12:44 bitweaver Exp $ -// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. +/** + * assigned_modules + * + * @author spider <spider@steelsun.com> + * @version $Revision: 1.2 $ + * @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 license.txt for details. + */ +// $Header: /cvsroot/bitweaver/_bit_wiki/backlinks.php,v 1.2 2005/06/28 07:46:27 spiderr Exp $ // 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' ); include_once( WIKI_PKG_PATH.'lookup_page_inc.php'); |
