upload dir validation

This commit is contained in:
Marc Delisle
2002-08-23 12:20:07 +00:00
parent 11b4950345
commit 1298a12613
91 changed files with 118 additions and 20 deletions

View File

@@ -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
?>