From 36372694c6bbb82aea8578c5c1a492bb6f10c39d Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 18 Oct 2019 14:29:39 +0200 Subject: renderall is now a GET action //renderall --- app/class/routes.php | 2 +- app/view/templates/homemenu.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app') 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 @@