1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

Merge pull request #933 from wallabag/dev

1.8.1b
This commit is contained in:
Nicolas Lœuillet 2014-11-16 21:12:47 +01:00
commit a460404252

View File

@ -8,7 +8,7 @@
* @license http://opensource.org/licenses/MIT see COPYING file
*/
define ('POCHE', '1.8.0');
define ('POCHE', '1.8.1');
require 'check_essentials.php';
require 'check_setup.php';
require_once 'inc/poche/global.inc.php';
@ -19,4 +19,4 @@ Session::init();
// Let's rock !
$wallabag = new Poche();
$wallabag->run();
$wallabag->run();