aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
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,