diff options
-rw-r--r-- | app/view/templates/alert.php | 2 | ||||
-rw-r--r-- | composer.json | 2 |
2 files changed, 2 insertions, 2 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() . '"> diff --git a/composer.json b/composer.json index 92bed34..e8ba552 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "w-cms", "description": "point'n think", - "version": "1.4.0", + "version": "1.4.1", "require": { "michelf/php-markdown": "^1.8", "league/plates": "3.*", |