1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/10073] Add a contact administrators page and refactor email forms.

The message to be displayed on top of the email form cannot be configured yet.

PHPBB3-10073
This commit is contained in:
Nils Adermann
2011-06-05 09:40:43 +02:00
committed by Joas Schilling
parent 624c0e4ef6
commit d52f34f5ec
15 changed files with 787 additions and 242 deletions

View File

@@ -1075,7 +1075,7 @@ class session
{
global $config, $db;
if (defined('IN_CHECK_BAN'))
if (defined('IN_CHECK_BAN') || defined('SKIP_CHECK_BAN'))
{
return;
}