Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HaiSoft (public)
Plesk - Mail Autoconfig
Commits
322976f2
Unverified
Commit
322976f2
authored
May 18, 2018
by
MegaS0ra
Committed by
GitHub
May 18, 2018
Browse files
Update apple_en.xml
parent
45312be6
Changes
1
Show whitespace changes
Inline
Side-by-side
apple_en.xml
View file @
322976f2
...
...
@@ -2,7 +2,7 @@
<
?php
header('Content-Type: application/x-apple-aspen-config');
header("Content-Disposition: attachment; filename=\"".$_REQUEST['email'].".mobileconfig\"");
$conf = file_get_contents('
iphon
e.mobileconfig');
$conf = file_get_contents('
appl
e.mobileconfig');
$conf = str_replace('%email%', $_REQUEST['email'], $conf);
$conf = str_replace('%full_name%', $_REQUEST['nom'], $conf);
function guidv4()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment