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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user