X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=index.php;h=472e0fabc20e3d34885367999e7258fd7a187567;hb=a9f5e572dde4f986a498d2fbe92a38a1b22f9595;hp=9c943b1dc5f8b33e9b276eb808f11594b486cd31;hpb=4d99bae893eb47505f8ff6976917ef3af363ff5b;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index 9c943b1d..472e0fab 100755 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ * @license http://www.wtfpl.net/ see COPYING file */ -define ('POCHE', '1.6.1'); +define ('POCHE', '1.7.0'); require 'check_setup.php'; require_once 'inc/poche/global.inc.php'; @@ -70,6 +70,8 @@ if (isset($_GET['login'])) { $poche->createNewUser(); } elseif (isset($_GET['deluser'])) { $poche->deleteUser(); +} elseif (isset($_GET['epub'])) { + $poche->createEpub(); } elseif (isset($_GET['import'])) { $import = $poche->import(); $tpl_vars = array_merge($tpl_vars, $import);