X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=install%2Findex.php;h=d31bad8922035aae10fb358512b1af34c5bc2e6d;hb=fb5a9666ed99abe16b8823a98aed1a6dce03bb04;hp=d21371722df3172b9ef435c768a609d111483ef3;hpb=b89d5a2bf48c2c1eb796963b3401aca498618ec4;p=github%2Fwallabag%2Fwallabag.git diff --git a/install/index.php b/install/index.php index d2137172..d31bad89 100644 --- a/install/index.php +++ b/install/index.php @@ -2,8 +2,8 @@ $errors = array(); $successes = array(); if ($_POST['download']) { - if (!file_put_contents("cache/vendor.zip", fopen("http://wllbg.org/vendor", 'r'))) { - $errors[] = 'Impossible to download vendor.zip. Please download it here manually<∕a> and unzip it in your wallabag folder.'; + if (!file_put_contents("cache/vendor.zip", fopen("http://static.wallabag.org/files/vendor.zip", 'r'))) { + $errors[] = 'Impossible to download vendor.zip. Please download it manually<∕a> and unzip it in your wallabag folder.'; } else { if (extension_loaded('zip')) { @@ -129,7 +129,7 @@ else if ($_POST['install']) { $params = array($id_user, 'language', 'en_EN.UTF8'); $query = executeQuery($handle, $sql, $params); - $successes[] = 'wallabag is now installed. Don\'t forget to delete install folder.'; + $successes[] = 'wallabag is now installed. Don\'t forget to delete install folder. Then, reload this page.'; } } }