diff --git a/ChangeLog b/ChangeLog index 53f3e8d92..1cb152ffc 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ $Source$ * db_details_common.php3, tbl_properties_common.php3, libraries/sqlparser.lib.php3: Fixed bug #571409 (it doesn't work properly with Zend Accelerator). + * db_details.php3, lang/*: validation on web-server upload dir 2002-08-23 Alexander M. Turek * libraries/charset_conversion.lib.php3: Don't let php display an error diff --git a/db_details.php3 b/db_details.php3 index 382973726..c2b99df05 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -108,26 +108,34 @@ echo "\n"; // web-server upload directory // (TODO: display the charset selection, even if is_upload == FALSE) -if ($cfg['UploadDir'] != '' && $handle = @opendir($cfg['UploadDir'])) { - $is_first = 0; - while ($file = @readdir($handle)) { - if (is_file($cfg['UploadDir'] . $file) && substr($file, -4) == '.sql') { - if ($is_first == 0) { - echo "\n"; - echo ' ' . $strOr . ' ' . $strWebServerUploadDirectory . ' :
' . "\n"; - echo '
' . "\n"; - echo ' ' . "\n" - . '
' . "\n\n"; - } // end if (isfirst > 0) - @closedir($handle); +if ($cfg['UploadDir'] != '') { + if ($handle = @opendir($cfg['UploadDir'])) { + $is_first = 0; + while ($file = @readdir($handle)) { + if (is_file($cfg['UploadDir'] . $file) && substr($file, -4) == '.sql') { + if ($is_first == 0) { + echo "\n"; + echo ' ' . $strOr . ' ' . $strWebServerUploadDirectory . ' :
' . "\n"; + echo '
' . "\n"; + echo ' ' . "\n" + . '
' . "\n\n"; + } // end if (isfirst > 0) + @closedir($handle); + } + else { + echo '
' . "\n"; + echo ' ' . $strError . '
' . "\n"; + echo ' ' . $strWebServerUploadDirectoryError . "\n"; + echo '
' . "\n"; + } } // end if (web-server upload directory) // Bookmark Support diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index 6aad3add9..093ce7aaf 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -431,4 +431,5 @@ $strZip = '"ge-zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index ae20dbb14..e4f0c0bd8 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -432,4 +432,5 @@ $strZip = '"ge-zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index 174dd9847..38cc42268 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -430,4 +430,5 @@ $strZip = '"kompresuar me zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 2feae62f3..2a512cdf1 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -431,4 +431,5 @@ $strZip = '"kompresuar me zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index 50e7197c6..e35d04cb7 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -446,4 +446,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index ee74a64f5..2b4baa505 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -445,4 +445,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index be6aeb859..e87e9facb 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -445,4 +445,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index 0f44d9a4c..a3055b518 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -446,4 +446,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index c257b5752..5d336ebb9 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -445,4 +445,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index b79a6692a..6d201f698 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -446,4 +446,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index efdcac122..f00de1e8d 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -445,4 +445,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 26c33c3b5..99bf098f9 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -432,4 +432,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index 69e2a3249..a21b91f41 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -433,4 +433,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index cc9d67f31..2ca45da23 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -432,4 +432,5 @@ $strZip = '"zipped"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 865031c2b..d0a6407ab 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -431,4 +431,5 @@ $strZip = '"zipped"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index 82515816d..1aa36d866 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -431,4 +431,5 @@ $strZip = '"zipped"'; // To translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index eb96ad91d..2c76c3747 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -429,4 +429,5 @@ $strZip = '"zipped"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 7ee4ad6c5..895deb12d 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -444,4 +444,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index db8462038..db840acd9 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -445,4 +445,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index 3c65b0346..e448d3de4 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -444,4 +444,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 4661d04de..a70d35c4b 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -430,4 +430,5 @@ $strZip = '"zazipov // To translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 5650146f8..c24c5fdca 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -431,4 +431,5 @@ $strZip = '"zazipováno"'; // To translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 4bd15c5c5..efc9addbc 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -430,4 +430,5 @@ $strZip = '"zazipov // To translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index 429811a69..a1f4df012 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -439,4 +439,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index 70ab1b655..b9f3d5ebc 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -440,4 +440,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 57523509d..8ec4a6b34 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -434,4 +434,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index e29c49fd5..7a13b881c 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -435,4 +435,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 44770f1ad..22cdd9843 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -416,6 +416,7 @@ $strViewDump = 'View dump (schema) of table'; $strViewDumpDB = 'View dump (schema) of database'; $strWebServerUploadDirectory = 'web-server upload directory'; +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; $strWelcome = 'Welcome to %s'; $strWithChecked = 'With selected:'; $strWrongUser = 'Wrong username/password. Access denied.'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 0b3971778..1bc4d0501 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -417,6 +417,7 @@ $strViewDump = 'View dump (schema) of table'; $strViewDumpDB = 'View dump (schema) of database'; $strWebServerUploadDirectory = 'web-server upload directory'; +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; $strWelcome = 'Welcome to %s'; $strWithChecked = 'With selected:'; $strWrongUser = 'Wrong username/password. Access denied.'; diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index f839ce6a8..5d23b3f74 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -425,4 +425,5 @@ $strZip = '"zipitud"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 5e8818bba..dc5cf5f10 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -426,4 +426,5 @@ $strZip = '"zipitud"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index fd5ffb4f4..daf0ad766 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -428,4 +428,5 @@ $strZip = '"zip-pakattu"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index 936550b65..ec6b6fd57 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -429,4 +429,5 @@ $strZip = '"zip-pakattu"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 321abaef6..8fe2511ac 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -416,6 +416,7 @@ $strViewDump = 'Afficher le sch $strViewDumpDB = 'Afficher le schéma de la base '; $strWebServerUploadDirectory = 'répertoire de transfert du serveur Web'; +$strWebServerUploadDirectoryError = 'Le répertoire de transfert est inaccessible'; $strWelcome = 'Bienvenue à %s '; $strWithChecked = 'Pour la sélection :'; $strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé'; diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index a0ae094ac..62caf0aa8 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -417,6 +417,7 @@ $strViewDump = 'Afficher le schéma de la table'; $strViewDumpDB = 'Afficher le schéma de la base '; $strWebServerUploadDirectory = 'répertoire de transfert du serveur Web'; +$strWebServerUploadDirectoryError = 'Le répertoire de transfert est inaccessible'; $strWelcome = 'Bienvenue à %s '; $strWithChecked = 'Pour la sélection :'; $strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé'; diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 17120fc66..35b969463 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -432,4 +432,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index 460c79082..76a63352f 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -433,4 +433,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index d13a2b6c4..95e966d96 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -444,4 +444,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index b47454326..56721fa2d 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -433,4 +433,5 @@ $strYes = 'Ja'; $strZip = 'Zip-komprimiert'; // To translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index e1497e9dc..a05ff5236 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -434,4 +434,5 @@ $strYes = 'Ja'; $strZip = 'Zip-komprimiert'; // To translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index 4e8b498c7..33e5ecc63 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -443,4 +443,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index 8285f7e06..269a7ae04 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -444,4 +444,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index 2e4cce38d..36486aadc 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -441,4 +441,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index efaf058bd..30fdb934b 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -445,4 +445,5 @@ $strWrongUser = 'Wrong username/password. Access denied.'; //to translate $strZip = '"zipped"'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index 56f84c773..ec98dbedd 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -429,4 +429,5 @@ $strSearchOption1 = 'at least one of the words';//to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index fec8b5466..729f8cbe0 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -430,4 +430,5 @@ $strSearchOption1 = 'at least one of the words';//to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 05214ea72..0b5e91884 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -427,4 +427,5 @@ $strZip = '"Dikompress dengan Zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index 044aa8ecc..f5f0727f9 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -428,4 +428,5 @@ $strZip = '"Dikompress dengan Zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 72a1f0a0a..f0a052499 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -431,4 +431,5 @@ $strZip = '"compresso con zip"'; // To translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index 479729604..44e7babdc 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -432,4 +432,5 @@ $strZip = '"compresso con zip"'; // To translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index b26693e82..6bee74564 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -437,4 +437,5 @@ $strZip = '"zip // To translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index d6c9f2c5b..f82fdb4ce 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -435,4 +435,5 @@ $strZip = '"zip // To translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index 806c0e1f8..693e2cdad 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -435,4 +435,5 @@ $strZip = '"zipã•れる"'; // To translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index bd877d873..d24d43eff 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -444,4 +444,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 8fb02284a..3cf4b87c0 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -445,4 +445,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index 0a40c2d17..ad4de4ad8 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -444,4 +444,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index 84ee2efc3..c277c3ccf 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -432,4 +432,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 258d4141f..86d728741 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -431,4 +431,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index c3ada68e4..fb426d586 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -444,4 +444,5 @@ $strWrongUser = 'Salah kata pengenalan/kata laluan. Akses dilarang.'; $strYes = 'Ya'; $strZip = '"zipped"'; +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index b7326a9a9..ae212b177 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -445,4 +445,5 @@ $strWrongUser = 'Salah kata pengenalan/kata laluan. Akses dilarang.'; $strYes = 'Ya'; $strZip = '"zipped"'; +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 87c1edc82..27a6463c1 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -439,4 +439,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index bc15d7f3f..d460de205 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -440,4 +440,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 30f4a3d91..af8816465 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -425,4 +425,5 @@ $strZip = '".zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index c2f4c5ead..17a5ca8c3 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -426,4 +426,5 @@ $strZip = '".zip"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index 90ed8334c..9940feb86 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -436,4 +436,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index 75cd624eb..7341dd3cc 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -437,4 +437,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index 1b7a5b93e..ba439dc20 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -429,4 +429,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 61e7efd31..534dccf80 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -430,4 +430,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index 86af44781..a7ca145a2 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -435,4 +435,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index 6c57ff74e..86f5b828d 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -436,4 +436,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 4544b573f..0ce316731 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -435,4 +435,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index daf8b4974..c874a1f2a 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -447,4 +447,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index 7a58d9a2b..2f66dc230 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -446,4 +446,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index 4c8f03d48..8a83378fe 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -427,4 +427,5 @@ $strZip = '"zo zipovan $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 4c7c2b393..1a06252bb 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -428,4 +428,5 @@ $strZip = '"zo zipované"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index 01b8bb3bd..730b70cbd 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -427,4 +427,5 @@ $strZip = '"zo zipovan $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 544efcee9..9d2146336 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -429,4 +429,5 @@ $strZip = '"zipano"'; // To translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 7a3d8b543..6214b44f3 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -430,4 +430,5 @@ $strZip = '"zipano"'; // To translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index 9623a59eb..5f4099c07 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -429,4 +429,5 @@ $strZip = '"zipano"'; // To translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index d152dcf85..63112a2a4 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -427,4 +427,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index dc9d7fae5..476b1db00 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -428,4 +428,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index 3560f5365..ccea07def 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -426,4 +426,5 @@ $strZip = '"zippad"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index c7a8be436..94ca86619 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -427,4 +427,5 @@ $strZip = '"zippad"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 80a74f3a2..9893952d3 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -429,4 +429,5 @@ $strZip = '" $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index d0710c9b9..caccdbb0d 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -430,4 +430,5 @@ $strZip = '"ถูà¸à¸šà¸µà¸šà¸­à¸±à¸”อยู่ (zip)"'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 24b57e180..79b59d9ab 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -432,4 +432,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index 171c94989..d4e513bfc 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -433,4 +433,5 @@ $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 06f10c00a..624e9ba93 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -435,4 +435,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index fd309a05e..6afca9a4c 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -434,4 +434,5 @@ $strValidateSQL = 'Validate SQL'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate ?>