Skip to content

Commit c40350f

Browse files
committed
Fix
1 parent 49bf284 commit c40350f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{
4747
echo '<p>Downloading New Update</p>';
4848

49-
$newUpdate = file_get_contents('https://teamspeak.first-coder.de/getUpdate.php?mail'.DONATOR_MAIL.'=&version='.$_POST['versionnumber']);
49+
$newUpdate = file_get_contents('https://teamspeak.first-coder.de/getUpdate.php?mail='.DONATOR_MAIL.'&version='.$_POST['versionnumber']);
5050
$dlHandler = fopen($filename, 'w');
5151

5252
if(!fwrite($dlHandler, $newUpdate))

0 commit comments

Comments
 (0)