diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-08-10 15:31:00 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-08-10 15:31:00 +0200 |
commit | c097ae87df8476b573cf559c9facd2b8e6e2e865 (patch) | |
tree | f22bedbe0654431627989200077b2e3aa89bcb4c /app/view | |
parent | 93c827446737252c36d6d9daee7e2e7a55eb911b (diff) | |
download | wcms-c097ae87df8476b573cf559c9facd2b8e6e2e865.tar.gz wcms-c097ae87df8476b573cf559c9facd2b8e6e2e865.zip |
bug fix : connect form
Diffstat (limited to 'app/view')
-rw-r--r-- | app/view/templates/alert.php | 2 |
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() . '"> |