General Error
'; + echo '' . $msg_title . '
'; echo 'Please notify the board administrator or webmaster: ' . $config['board_contact'] . '
'; - } - + echo $l_notify; + echo 'diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 7c015f0dae..406047262c 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -714,6 +714,10 @@ option { color: #000; } +option.disabled-option { + color: #aaa; +} + .rtl option { padding: 0 0 0 1em; } diff --git a/phpBB/docs/AUTHORS b/phpBB/docs/AUTHORS index 799787cf42..eadc0f8711 100644 --- a/phpBB/docs/AUTHORS +++ b/phpBB/docs/AUTHORS @@ -9,21 +9,30 @@ Please see: http://www.phpbb.com/about/team/ for a list of all the people currently involved in phpBB. -phpBB Project Manager : theFinn (James Atkinson) +phpBB Project Manager : SHS` (Jonathan Stanley) -phpBB Lead Developers : Acyd Burn (Meik Sievertsen) - psoTFX (Paul S. Owen) [2001 - 09/2005] +phpBB Lead Developer : Acyd Burn (Meik Sievertsen) phpBB Developers : DavidMJ (David M.) + dhn (Dominik Dröscher) kellanved (Henry Sudhof) naderman (Nils Adermann) subBlue (Tom Beddard) Vic (Vic D'elfant) - BartVB (Bart van Bragt) - [11/2000 - 03/2006] - Ashe (Ludovic Arnaud) - [10/2002 - 11/2003, 06/2006 - 10/2006] - GrahamJE (Graham Eames) - [09/2005 - 11/2006] +-- Previous Contributors -- + +phpBB Project Manager : theFinn (James Atkinson) [Founder - 04/2007] + +phpBB Lead Developer : psoTFX (Paul S. Owen) [2001 - 09/2005] + +phpBB Developers : Ashe (Ludovic Arnaud) [10/2002 - 11/2003, 06/2006 - 10/2006] + BartVB (Bart van Bragt) [11/2000 - 03/2006] + GrahamJE (Graham Eames) [09/2005 - 11/2006] + + +-- Copyrights -- Original subSilver by subBlue Design, Tom Beddard, (c) 2001 phpBB Group prosilver by subBlue Design, Tom Beddard, (c) 2004 phpBB Group diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 1e00c2f653..97678ca48f 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -212,7 +212,7 @@ p a {
store/
, cache/
, files/
and images/avatars/upload/
.-trigger_error('NO_APPROPRIATE_MODE', E_USER_ERROR); +trigger_error('NO_MODE', E_USER_ERROR);
' . sprintf($user->lang['NOTIFY_ADMIN_EMAIL'], $config['board_contact']) . '
'; + } + } + else + { + $msg_title = 'General Error'; + $l_return_index = 'Return to index page'; + $l_notify = ''; + + if (!empty($config['board_contact'])) + { + $l_notify = 'Please notify the board administrator or webmaster: ' . $config['board_contact'] . '
'; + } + } + garbage_collection(); // Try to not call the adm page data... @@ -3538,19 +3563,16 @@ function msg_handler($errno, $msg_text, $errfile, $errline) echo ''; echo 'Please notify the board administrator or webmaster: ' . $config['board_contact'] . '
'; - } - + echo $l_notify; + echo '