public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
Update mobileconfig.php
27c169db
data/web/mobileconfig.php | 2 ++
1 file changed, 2 insertions(+)
Diff
diff --git a/data/web/mobileconfig.php b/data/web/mobileconfig.php
index 198fa4d7..8d3d2655 100644
--- a/data/web/mobileconfig.php
+++ b/data/web/mobileconfig.php
@@ -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"');