mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
Someone removed the template instance ...
git-svn-id: file:///svn/phpbb/trunk@201 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
42039bc31a
commit
47519c63b3
@ -54,6 +54,7 @@ $image_msnm = "$url_images/msnm.gif";
|
||||
// Find Users real IP (if possible)
|
||||
$user_ip = ($HTTP_X_FORWARDED_FOR) ? $HTTP_X_FORWARDED_FOR : $REMOTE_ADDR;
|
||||
|
||||
$template = new Template("./templates/Default");
|
||||
include('includes/template.inc');
|
||||
|
||||
include('includes/error.'.$phpEx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user