Added whitelist for uploadable files.
Added greyscale mdlogo to git and set it as the default logo.
This commit is contained in:
@ -122,4 +122,8 @@ $translations['helpSinglePage'] = '<p>Auf dieser Seite können Sie statische Sei
|
||||
$translations['requiredValueMissing'] = 'Ein obligatorischer Wert fehlt.';
|
||||
$translations['passwordsDoNotMatch'] = 'Die Passwörter stimmen nicht überein.';
|
||||
$translations['passwordTooShort'] = 'Das eingegebene Passwort ist zu kurz.';
|
||||
$translations['deletedFile'] = 'Datei wurde gelöscht';
|
||||
$translations['uploadedFile'] = 'Datei wurde heraufgeladen';
|
||||
$translations['fileUploadError'] = 'Ein Fehler ist aufgetreten';
|
||||
$translations['filetypeNotWhitelisted'] = 'Dateityp ist nicht erlaubt';
|
||||
?>
|
@ -122,4 +122,8 @@ $translations['helpSinglePage'] = '<p>On this page, you can add or edit static p
|
||||
$translations['requiredValueMissing'] = 'A required value is missing.';
|
||||
$translations['passwordsDoNotMatch'] = 'The passwords do not match.';
|
||||
$translations['passwordTooShort'] = 'The password is too short.';
|
||||
$translations['deletedFile'] = 'Deleted file';
|
||||
$translations['uploadedFile'] = 'Uploaded file';
|
||||
$translations['fileUploadError'] = 'Error uploading file';
|
||||
$translations['filetypeNotWhitelisted'] = 'Filetype is not in whitelist';
|
||||
?>
|
Reference in New Issue
Block a user