diff options
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() . '"> |