some fixes

* updated download links, as clients.halfaway.net isn't working anymore
* fixed some bugs while installing when field `email_next` or `hidden`
already exist
This commit is contained in:
slawkens1
2017-05-21 08:15:16 +02:00
parent 170eaec9b0
commit 75aa62a113
3 changed files with 17 additions and 13 deletions

View File

@@ -146,8 +146,8 @@ else {
<?php
if(!isset($_SESSION['installed'])) {
file_get_contents('http://my-aac.org/report_install.php?v=' . MYAAC_VERSION);
$_SESSION['installed'] = false;
file_get_contents('http://my-aac.org/report_install.php?v=' . MYAAC_VERSION . '&b=' . urlencode(BASE_URL));
$_SESSION['installed'] = true;
}
foreach($_SESSION as $key => $value) {