aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/backtopbar.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-01-14 19:24:19 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-01-14 19:24:19 +0100
commit8130427ec508f1d66553b52052c840c311081061 (patch)
tree23bab28db0f649618aa6bea024dcee84a9a25308 /app/view/templates/backtopbar.php
parenteb30a63c819ca50ebbc896eb293a0745dcd043be (diff)
downloadwcms-8130427ec508f1d66553b52052c840c311081061.tar.gz
wcms-8130427ec508f1d66553b52052c840c311081061.zip
fix save art out of session
Diffstat (limited to 'app/view/templates/backtopbar.php')
-rw-r--r--app/view/templates/backtopbar.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/view/templates/backtopbar.php b/app/view/templates/backtopbar.php
index 07b19e8..d6b522e 100644
--- a/app/view/templates/backtopbar.php
+++ b/app/view/templates/backtopbar.php
@@ -15,6 +15,7 @@
<form action="<?= $this->url('log') ?>" method="post" id="connect">
<input type="password" name="pass" id="loginpass" placeholder="password">
+<input type="hidden" name="route" value="home">
<input type="submit" name="log" value="login">
</form>