X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;fp=index.php;h=79838ed915b1731434f5a26453a110bce87545e6;hb=87090d8ae7582708d20f3c09fb37d780af860bcd;hp=9c943b1dc5f8b33e9b276eb808f11594b486cd31;hpb=8af31ae0f789f890517da0dbb13faa615638449b;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index 9c943b1d..79838ed9 100755 --- a/index.php +++ b/index.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);