diff options
author | Rubén Calvo <rubencm@gmail.com> | 2018-07-30 13:58:52 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-09 18:47:50 +0200 |
commit | 688d022f421c584ea02fd554a3710b20cfd56de5 (patch) | |
tree | b216c8673e08f41f4c8db804302997d11ce57fe0 /phpBB/language | |
parent | ab0dae600335eb66a31c951e27954accac208296 (diff) | |
download | forums-688d022f421c584ea02fd554a3710b20cfd56de5.tar forums-688d022f421c584ea02fd554a3710b20cfd56de5.tar.gz forums-688d022f421c584ea02fd554a3710b20cfd56de5.tar.bz2 forums-688d022f421c584ea02fd554a3710b20cfd56de5.tar.xz forums-688d022f421c584ea02fd554a3710b20cfd56de5.zip |
[ticket/15738] Remove code related with safe_mode
PHPBB3-15738
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 9b45ffa45b..b92710b178 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -437,7 +437,7 @@ $lang = array_merge($lang, array( 'AUTH_PROVIDER_OAUTH_TITLE' => 'OAuth', 'AUTH_PROVIDER_OAUTH_SECRET' => 'Secret', - 'APACHE_SETUP_BEFORE_USE' => 'You have to setup apache authentication before you switch phpBB to this authentication method. Keep in mind that the username you use for apache authentication has to be the same as your phpBB username. Apache authentication can only be used with mod_php (not with a CGI version) and safe_mode disabled.', + 'APACHE_SETUP_BEFORE_USE' => 'You have to setup apache authentication before you switch phpBB to this authentication method. Keep in mind that the username you use for apache authentication has to be the same as your phpBB username. Apache authentication can only be used with mod_php (not with a CGI version).', 'LDAP' => 'LDAP', 'LDAP_DN' => 'LDAP base <var>dn</var>', |