diff options
author | tcit <tcit@tcit.fr> | 2014-09-28 17:20:35 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-09-28 17:20:35 +0200 |
commit | 9f86454b48dec3c9ecfee8da224112eef0f61441 (patch) | |
tree | 22dc93b1e48a26aba9b30fce507b33865d765b7c /inc/poche/Routing.class.php | |
parent | b852df020c68ad6bc94df73cb1025c6b64ec10a6 (diff) | |
download | wallabag-9f86454b48dec3c9ecfee8da224112eef0f61441.tar.gz wallabag-9f86454b48dec3c9ecfee8da224112eef0f61441.tar.zst wallabag-9f86454b48dec3c9ecfee8da224112eef0f61441.zip |
deleting send to kindle function
Diffstat (limited to 'inc/poche/Routing.class.php')
-rwxr-xr-x | inc/poche/Routing.class.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/poche/Routing.class.php b/inc/poche/Routing.class.php index bd61a0b3..44b0e168 100755 --- a/inc/poche/Routing.class.php +++ b/inc/poche/Routing.class.php | |||
@@ -126,10 +126,6 @@ class Routing | |||
126 | $mobi = new WallabagMobi($this->wallabag, $_GET['method'], $_GET['value']); | 126 | $mobi = new WallabagMobi($this->wallabag, $_GET['method'], $_GET['value']); |
127 | $mobi->prepareData(); | 127 | $mobi->prepareData(); |
128 | $mobi->produceMobi(); | 128 | $mobi->produceMobi(); |
129 | } elseif (isset($_GET['send2kindle'])) { | ||
130 | $mobi = new WallabagMobi($this->wallabag, $_GET['method'], $_GET['value']); | ||
131 | $mobi->prepareData(); | ||
132 | $mobi->produceMobi(TRUE); | ||
133 | } elseif (isset($_GET['pdf'])) { | 129 | } elseif (isset($_GET['pdf'])) { |
134 | $pdf = new WallabagPDF($this->wallabag, $_GET['method'], $_GET['value']); | 130 | $pdf = new WallabagPDF($this->wallabag, $_GET['method'], $_GET['value']); |
135 | $pdf->prepareData(); | 131 | $pdf->prepareData(); |