diff options
author | tcitworld <tcit@tcit.fr> | 2014-05-18 19:00:51 +0200 |
---|---|---|
committer | tcitworld <tcit@tcit.fr> | 2014-05-18 19:00:51 +0200 |
commit | 04b43dc097c3d69fd42d724b2cf082aff86d7272 (patch) | |
tree | 3eb36cf21a705c94a034e2937526a228bbbba730 /index.php | |
parent | 230fa05eb736ab58d4183ddb2932bc7c620a2dd4 (diff) | |
parent | becc5bfbf289b1dda65fea4761742f1998d2143a (diff) | |
download | wallabag-04b43dc097c3d69fd42d724b2cf082aff86d7272.tar.gz wallabag-04b43dc097c3d69fd42d724b2cf082aff86d7272.tar.zst wallabag-04b43dc097c3d69fd42d724b2cf082aff86d7272.zip |
Merge pull request #697 from tcitworld/dev
Up-to-date with me
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,6 +70,8 @@ if (isset($_GET['login'])) { | |||
70 | $poche->createNewUser(); | 70 | $poche->createNewUser(); |
71 | } elseif (isset($_GET['deluser'])) { | 71 | } elseif (isset($_GET['deluser'])) { |
72 | $poche->deleteUser(); | 72 | $poche->deleteUser(); |
73 | } elseif (isset($_GET['epub'])) { | ||
74 | $poche->createEpub(); | ||
73 | } elseif (isset($_GET['import'])) { | 75 | } elseif (isset($_GET['import'])) { |
74 | $import = $poche->import(); | 76 | $import = $poche->import(); |
75 | $tpl_vars = array_merge($tpl_vars, $import); | 77 | $tpl_vars = array_merge($tpl_vars, $import); |