1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Added epub export function

This commit is contained in:
tcit 2014-04-24 03:04:02 +02:00
parent 8af31ae0f7
commit 87090d8ae7
14 changed files with 6253 additions and 0 deletions

View file

@ -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);