1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 00:32:57 +02:00

Centralise common includes and setup

git-svn-id: file:///svn/phpbb/trunk@38 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-02-24 00:31:58 +00:00
parent 4e5538cb78
commit ddc2cd6ead
4 changed files with 116 additions and 89 deletions

View File

@@ -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.