diff --git a/account.php b/account.php
index a4daa0b..8b527ee 100644
--- a/account.php
+++ b/account.php
@@ -93,7 +93,7 @@ include 'header.php';
-
Erlaubt: JPG/PNG/WebP. Maximalgröße je nach Server.
+
Erlaubt: JPG/PNG. max. 20MB.
diff --git a/upload.php b/upload.php
index d3a9a47..1878784 100644
--- a/upload.php
+++ b/upload.php
@@ -51,7 +51,6 @@ if ($tmp === '' || !is_uploaded_file($tmp))
$allowedMimeToExt = [
'image/jpeg' => 'jpg',
'image/png' => 'png',
- 'image/webp' => 'webp'
];
$finfo = new finfo(FILEINFO_MIME_TYPE);