Added whitelist for uploadable files.

Added greyscale mdlogo to git and set it as the default logo.
This commit is contained in:
2018-06-18 21:42:14 +02:00
committed by Stefan Rohde-Enslin
parent 0eab8391dd
commit 768c0998aa
6 changed files with 103 additions and 24 deletions

View File

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

View File

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