1
0
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:
Paul S. Owen 2001-04-22 23:00:14 +00:00
parent 42039bc31a
commit 47519c63b3

View File

@ -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);