aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/class/routes.php2
-rw-r--r--app/view/templates/homemenu.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/class/routes.php b/app/class/routes.php
index 13444fd..4119e58 100644
--- a/app/class/routes.php
+++ b/app/class/routes.php
@@ -17,7 +17,7 @@ class Routes
['GET', '/', 'Controllerhome#desktop', 'home'],
['POST', '/', 'Controllerhome#desktop', 'homequery'],
['POST', '/columns', 'Controllerhome#columns', 'homecolumns'],
- ['POST', '/renderall', 'Controllerhome#renderall', 'homerenderall'],
+ ['GET', '//renderall', 'Controllerhome#renderall', 'homerenderall'],
['POST', '/bookmark', 'Controllerhome#bookmark', 'homebookmark'],
['POST', '/upload', 'Controllerart#upload', 'artupload'],
['POST', '/!co', 'Controllerconnect#log', 'log'],
diff --git a/app/view/templates/homemenu.php b/app/view/templates/homemenu.php
index aa57779..8716c17 100644
--- a/app/view/templates/homemenu.php
+++ b/app/view/templates/homemenu.php
@@ -38,7 +38,7 @@
<div class="submenu">
<i>Edit selected pages</i>
<h2>Actions</h2>
- <form action="<?= $this->url('homerenderall') ?>" method="post">
+ <form action="" method="post">
<input type="submit" value="render">
<input type="submit" value="download">
<input type="submit" value="delete">