diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ elseif (isset($_GET['export'])) { | |||
44 | $poche->export(); | 44 | $poche->export(); |
45 | } | 45 | } |
46 | 46 | ||
47 | if (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, |