aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/pagestart.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-04-09 12:26:45 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-04-09 12:26:45 +0000
commitfc32df035889dd74f2cfc1c62bb793d36f333ec2 (patch)
tree12134eada004226d1ea5b31b420d1c63f05e7376 /phpBB/adm/pagestart.php
parent0ba3f620d4afb963b89c532b664693c974ec4f8a (diff)
downloadforums-fc32df035889dd74f2cfc1c62bb793d36f333ec2.tar
forums-fc32df035889dd74f2cfc1c62bb793d36f333ec2.tar.gz
forums-fc32df035889dd74f2cfc1c62bb793d36f333ec2.tar.bz2
forums-fc32df035889dd74f2cfc1c62bb793d36f333ec2.tar.xz
forums-fc32df035889dd74f2cfc1c62bb793d36f333ec2.zip
- Documentation related changes
- added resend activation email dialog - fixed issue in session code - log failed/successful admin re-authentication/login - fixed simple forum dropdown box (used in mcp and posting) git-svn-id: file:///svn/phpbb/trunk@5114 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/pagestart.php')
-rw-r--r--phpBB/adm/pagestart.php26
1 files changed, 14 insertions, 12 deletions
diff --git a/phpBB/adm/pagestart.php b/phpBB/adm/pagestart.php
index 7b1b6e5f78..3567ec32a0 100644
--- a/phpBB/adm/pagestart.php
+++ b/phpBB/adm/pagestart.php
@@ -1,21 +1,20 @@
<?php
-// -------------------------------------------------------------
-//
-// $Id$
-//
-// FILENAME : pagestart.php
-// STARTED : Thu Aug 2, 2001
-// COPYRIGHT : © 2001, 2004 phpBB Group
-// WWW : http://www.phpbb.com/
-// LICENCE : GPL vs2.0 [ see /docs/COPYING ]
-//
-// -------------------------------------------------------------
+/**
+*
+* @package acp
+* @version $Id$
+* @copyright (c) 2005 phpBB Group
+* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+*
+*/
if (!defined('IN_PHPBB'))
{
exit;
}
+/**
+*/
define('NEED_SID', true);
define('IN_ADMIN', true);
require($phpbb_root_path . 'common.'.$phpEx);
@@ -324,7 +323,10 @@ function build_cfg_template($tpl_type, $config_key, $options = '')
}
-// General ACP module class
+/**
+* @package acp
+* General ACP module class
+*/
class module
{
var $id = 0;