aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorJean-Christophe Saad-Dupuy <saad.dupuy@gmail.com>2013-10-08 13:04:05 +0200
committerJean-Christophe Saad-Dupuy <saad.dupuy@gmail.com>2013-10-08 13:04:05 +0200
commit20f00edd1539b18d4d350da27f338f4743fb38b3 (patch)
treed91fe9786cff14f0b458c7914d854e5902ea2fe4 /index.php
parent2f3425dff699dee249bd223ad564395e254552f4 (diff)
parent5188585864949d939b083d87dcea1e310d588a30 (diff)
downloadwallabag-20f00edd1539b18d4d350da27f338f4743fb38b3.tar.gz
wallabag-20f00edd1539b18d4d350da27f338f4743fb38b3.tar.zst
wallabag-20f00edd1539b18d4d350da27f338f4743fb38b3.zip
Merge branch 'dev' into emded-dependencies
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index 22696c6f..a6459270 100644
--- a/index.php
+++ b/index.php
@@ -67,7 +67,10 @@ if (isset($_GET['login'])) {
67 $poche->export(); 67 $poche->export();
68} elseif (isset($_GET['updatetheme'])) { 68} elseif (isset($_GET['updatetheme'])) {
69 $poche->updateTheme(); 69 $poche->updateTheme();
70} elseif (isset($_GET['updatelanguage'])) {
71 $poche->updateLanguage();
70} 72}
73
71elseif (isset($_GET['plainurl']) && !empty($_GET['plainurl'])) { 74elseif (isset($_GET['plainurl']) && !empty($_GET['plainurl'])) {
72 $plain_url = new Url(base64_encode($_GET['plainurl'])); 75 $plain_url = new Url(base64_encode($_GET['plainurl']));
73 $poche->action('add', $plain_url); 76 $poche->action('add', $plain_url);