aboutsummaryrefslogtreecommitdiff
path: root/app/view
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-08-10 15:31:00 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-08-10 15:31:00 +0200
commitc097ae87df8476b573cf559c9facd2b8e6e2e865 (patch)
treef22bedbe0654431627989200077b2e3aa89bcb4c /app/view
parent93c827446737252c36d6d9daee7e2e7a55eb911b (diff)
downloadwcms-c097ae87df8476b573cf559c9facd2b8e6e2e865.tar.gz
wcms-c097ae87df8476b573cf559c9facd2b8e6e2e865.zip
bug fix : connect form
Diffstat (limited to 'app/view')
-rw-r--r--app/view/templates/alert.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/alert.php b/app/view/templates/alert.php
index ff29e30..0adfc9a 100644
--- a/app/view/templates/alert.php
+++ b/app/view/templates/alert.php
@@ -38,7 +38,7 @@ $this->stop();
<?php
$form = '<p>
- <form action="/!co" method="post">
+ <form action="' . $this->url('log') .'" method="post">
<input type="password" name="pass" id="loginpass" placeholder="password">
<input type="hidden" name="route" value="artread/">
<input type="hidden" name="id" value="' . $art->id() . '">