]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
version number 1.5.1 469/head 1.5.1.1
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Wed, 19 Feb 2014 12:55:40 +0000 (13:55 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Wed, 19 Feb 2014 12:55:40 +0000 (13:55 +0100)
index.php
install/index.php

index 7ded3bdbc09862917b21ca09f3774484474e6a18..2c81afd69018ce2eb2161bdbc3c9b9baf3857224 100644 (file)
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@
  * @license    http://www.wtfpl.net/ see COPYING file
  */
 
-define ('POCHE', '1.5.0');
+define ('POCHE', '1.5.1');
 require 'check_setup.php';
 require_once 'inc/poche/global.inc.php';
 session_start(); 
index d21371722df3172b9ef435c768a609d111483ef3..d31bad8922035aae10fb358512b1af34c5bc2e6d 100644 (file)
@@ -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 <a href="http://wllbg.org/vendor">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 <a href="http://wllbg.org/vendor">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, <a href="index.php">reload this page</a>.';
             }
         }
     }