aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-03-28 12:44:27 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-03-28 12:44:27 +0000
commitf52ef0a6ec3e095f04f36115f07964150aee398e (patch)
tree64447dca800680250b675c511af90b5be5320506 /phpBB/includes/constants.php
parent3ad9c2f089d37a11e7f4713f97e758950e51da1d (diff)
downloadforums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar.gz
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar.bz2
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar.xz
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.zip
- Visual Confirmation for guest posting
git-svn-id: file:///svn/phpbb/trunk@5739 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index ea8e908fa5..27f47d8bbb 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -104,6 +104,7 @@ define('PHYSICAL_LINK', 2);
// Confirm types
define('CONFIRM_REG', 1);
define('CONFIRM_LOGIN', 2);
+define('CONFIRM_POST', 3);
// Categories - Attachments
define('ATTACHMENT_CATEGORY_NONE', 0);