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:
parent
8af31ae0f7
commit
87090d8ae7
14 changed files with 6253 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue