better title

This commit is contained in:
Michal Čihař
2005-12-08 19:43:12 +00:00
parent 4144110d14
commit c654bde0e7

View File

@@ -1772,7 +1772,7 @@ switch ($action) {
} }
if ($fail_dir) { if ($fail_dir) {
message('warning', 'Please create web server writable folder config in phpMyAdmin toplevel directory as described in <a href="../Documentation.html#setup_script">documentation</a>. Otherwise you will be only able to download or display it.', 'Can not write configuration'); message('warning', 'Please create web server writable folder config in phpMyAdmin toplevel directory as described in <a href="../Documentation.html#setup_script">documentation</a>. Otherwise you will be only able to download or display it.', 'Can not load or save configuration');
} }
if (empty($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) == 'off') { if (empty($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) == 'off') {