mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- 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
This commit is contained in:
@@ -1,21 +1,20 @@
|
||||
<?php
|
||||
// -------------------------------------------------------------
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// FILENAME : pagestart.php
|
||||
// STARTED : Thu Aug 2, 2001
|
||||
// COPYRIGHT : <20> 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;
|
||||
|
Reference in New Issue
Block a user