diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-08 20:31:13 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-08 20:31:13 +0000 |
commit | 5ce58d0cf0ca60dfab15276de007448f767d9993 (patch) | |
tree | 697cebd18b031ae1b79ae0d96dcb3d3bc13d95f2 /phpBB/groupcp.php | |
parent | 613d62ac79fb62bd523274d2793b015c00104237 (diff) | |
download | forums-5ce58d0cf0ca60dfab15276de007448f767d9993.tar forums-5ce58d0cf0ca60dfab15276de007448f767d9993.tar.gz forums-5ce58d0cf0ca60dfab15276de007448f767d9993.tar.bz2 forums-5ce58d0cf0ca60dfab15276de007448f767d9993.tar.xz forums-5ce58d0cf0ca60dfab15276de007448f767d9993.zip |
Changed filename
git-svn-id: file:///svn/phpbb/trunk@606 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/groupcp.php')
-rw-r--r-- | phpBB/groupcp.php | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/phpBB/groupcp.php b/phpBB/groupcp.php new file mode 100644 index 0000000000..58ba4de4a7 --- /dev/null +++ b/phpBB/groupcp.php @@ -0,0 +1,41 @@ +<?php +/*************************************************************************** + * groupcp.php + * ------------------- + * begin : Saturday, Feb 13, 2001 + * copyright : (C) 2001 The phpBB Group + * email : support@phpbb.com + * + * $Id$ + * + * + ***************************************************************************/ + + +/*************************************************************************** + * + * This program is free software; you can redistribute it and/or modified + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * + ***************************************************************************/ + +include('extension.inc'); +include('common.'.$phpEx); + +// +// Start session management +// +$userdata = session_pagestart($user_ip, PAGE_PROFILE, $session_length); +init_userprefs($userdata); +// +// End session management +// + +include('includes/page_header.'.$phpEx); + +include('includes/page_tail.'.$phpEx); + +?>
\ No newline at end of file |