aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-03-07 06:53:39 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-03-07 06:53:39 +0000
commit9ef35696d2d221a1ab58886f5db94e4988833b0b (patch)
tree6f650e1fb45438aff12cb24078683e5d7e8551b4 /phpBB/common.php
parent231c945e35ea8550bf2e1acbe79e125b9e69db61 (diff)
downloadforums-9ef35696d2d221a1ab58886f5db94e4988833b0b.tar
forums-9ef35696d2d221a1ab58886f5db94e4988833b0b.tar.gz
forums-9ef35696d2d221a1ab58886f5db94e4988833b0b.tar.bz2
forums-9ef35696d2d221a1ab58886f5db94e4988833b0b.tar.xz
forums-9ef35696d2d221a1ab58886f5db94e4988833b0b.zip
Started on posting.php, got the logic done for displaying the new topic form
git-svn-id: file:///svn/phpbb/trunk@83 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 2c1c7c8599..62bc288885 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -31,7 +31,7 @@ unset($ip);
include('template.inc');
// Setup what template to use. Currently just use default
-$template = new Template("./templates/Default", "keep");
+$template = new Template("./templates/Default", "remove");
include('functions/error.'.$phpEx);
include('functions/sessions.'.$phpEx);