diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | |||
71 | elseif (isset($_GET['plainurl']) && !empty($_GET['plainurl'])) { | 74 | elseif (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); |