diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 786d3ecf4b..f9623091d3 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -91,12 +91,12 @@ define(PRIVMSGS_SAVED_OUT_MAIL, 4); // URL PARAMETERS define(POST_TOPIC_URL, 't'); +define(POST_CAT_URL, 'c'); define(POST_FORUM_URL, 'f'); define(POST_USERS_URL, 'u'); define(POST_POST_URL, 'p'); define(POST_GROUPS_URL, 'g'); - // Session parameters define(SESSION_METHOD_COOKIE, 100); define(SESSION_METHOD_GET, 101);