mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-04 10:24:42 +02:00
Update mobileconfig.php
This commit is contained in:
parent
bfa2e83803
commit
27c169dbe1
@ -9,6 +9,8 @@ if (!isset($_SESSION['mailcow_cc_role']) || $_SESSION['mailcow_cc_role'] != 'use
|
||||
die("This page is only available to logged-in users, not admins.");
|
||||
}
|
||||
|
||||
error_reporting(0);
|
||||
|
||||
header('Content-Type: application/x-apple-aspen-config');
|
||||
header('Content-Disposition: attachment; filename="Mailcow.mobileconfig"');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user