aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-02-24 00:31:58 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-02-24 00:31:58 +0000
commitddc2cd6eadff7f0284e3ec37814b55a7c090cf20 (patch)
tree590f5f701f1e7af55ac441d8f892a347da292d96 /phpBB/viewforum.php
parent4e5538cb78ceb8e93ae10ec9ad306547e6014972 (diff)
downloadforums-ddc2cd6eadff7f0284e3ec37814b55a7c090cf20.tar
forums-ddc2cd6eadff7f0284e3ec37814b55a7c090cf20.tar.gz
forums-ddc2cd6eadff7f0284e3ec37814b55a7c090cf20.tar.bz2
forums-ddc2cd6eadff7f0284e3ec37814b55a7c090cf20.tar.xz
forums-ddc2cd6eadff7f0284e3ec37814b55a7c090cf20.zip
Centralise common includes and setup
git-svn-id: file:///svn/phpbb/trunk@38 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index b11ae6143f..c66b46a9ff 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -22,13 +22,7 @@
*
***************************************************************************/
include('extension.inc');
-include('config.'.$phpEx);
-include('template.inc');
-include('functions/sessions.'.$phpEx);
-include('functions/auth.'.$phpEx);
-include('functions/functions.'.$phpEx);
-include('functions/error.'.$phpEx);
-include('db.'.$phpEx);
+include('common.'.$phpEx);
// Check if the user has acutally sent a forum ID with his/her request
// If not give them a nice error page.