summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php23
1 files changed, 17 insertions, 6 deletions
diff --git a/index.php b/index.php
index dfd0f7b..b289ea1 100644
--- a/index.php
+++ b/index.php
@@ -1,11 +1,22 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.1 2005/06/19 05:12:22 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.
-// we need to do this before _ANYTHING_ else so we can limit all module queries to this homepage
+/**
+ * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.2 2005/06/28 07:46:23 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: index.php,v 1.2 2005/06/28 07:46:23 spiderr Exp $
+ * @package users
+ * @subpackage functions
+ */
global $gQueryUserId, $gBitSystem;
-// Initialization
+
+/**
+ * required setup
+ */
define('ACTIVE_PACKAGE', 'users'); // Todo: use a different $_SERVER variable to properly determine the active package
require_once( '../bit_setup_inc.php' );
global $gBitSystem;