aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorThomas Citharel <thomas.citharet@gmail.com>2013-09-08 21:07:59 +0200
committerThomas Citharel <thomas.citharet@gmail.com>2013-09-08 21:07:59 +0200
commit693b3f86776ae236d69ac6ed085b5e46b9054642 (patch)
tree52beeeaccc06b8d9ae52ca99b507f2e29eb47fe8 /index.php
parent3eb049036e601c1978cf5f7f0d5be8c577933b72 (diff)
downloadwallabag-693b3f86776ae236d69ac6ed085b5e46b9054642.tar.gz
wallabag-693b3f86776ae236d69ac6ed085b5e46b9054642.tar.zst
wallabag-693b3f86776ae236d69ac6ed085b5e46b9054642.zip
Implemented Add Button
Added a button to add an URL when directly into Poche. If JS isn't enabled, nothing happens.
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 5f43b740..e81a9247 100644
--- a/index.php
+++ b/index.php
@@ -44,6 +44,9 @@ elseif (isset($_GET['export'])) {
44 $poche->export(); 44 $poche->export();
45} 45}
46 46
47if (isset($_GET['plainurl'])){
48 $poche->convertURLToBase64($_GET['plainurl']);}
49
47# vars to send to templates 50# vars to send to templates
48$tpl_vars = array( 51$tpl_vars = array(
49 'referer' => $referer, 52 'referer' => $referer,