diff options
Diffstat (limited to 'phpBB/admin')
| -rw-r--r-- | phpBB/admin/admin_board.php | 27 | ||||
| -rw-r--r-- | phpBB/admin/admin_forums.php | 27 | ||||
| -rw-r--r-- | phpBB/admin/admin_users.php | 27 | ||||
| -rw-r--r-- | phpBB/admin/index.php | 27 |
4 files changed, 108 insertions, 0 deletions
diff --git a/phpBB/admin/admin_board.php b/phpBB/admin/admin_board.php new file mode 100644 index 0000000000..b4278d1182 --- /dev/null +++ b/phpBB/admin/admin_board.php @@ -0,0 +1,27 @@ +<?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 modify + * 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. + * + * + ***************************************************************************/ + + + +?> diff --git a/phpBB/admin/admin_forums.php b/phpBB/admin/admin_forums.php new file mode 100644 index 0000000000..b4278d1182 --- /dev/null +++ b/phpBB/admin/admin_forums.php @@ -0,0 +1,27 @@ +<?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 modify + * 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. + * + * + ***************************************************************************/ + + + +?> diff --git a/phpBB/admin/admin_users.php b/phpBB/admin/admin_users.php new file mode 100644 index 0000000000..b4278d1182 --- /dev/null +++ b/phpBB/admin/admin_users.php @@ -0,0 +1,27 @@ +<?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 modify + * 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. + * + * + ***************************************************************************/ + + + +?> diff --git a/phpBB/admin/index.php b/phpBB/admin/index.php new file mode 100644 index 0000000000..b4278d1182 --- /dev/null +++ b/phpBB/admin/index.php @@ -0,0 +1,27 @@ +<?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 modify + * 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. + * + * + ***************************************************************************/ + + + +?> |
