diff options
Diffstat (limited to 'app/class/routes.php')
-rw-r--r-- | app/class/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/routes.php b/app/class/routes.php index d2658a5..384d274 100644 --- a/app/class/routes.php +++ b/app/class/routes.php @@ -26,7 +26,7 @@ class Routes ['POST', '/[cid:art]/edit', 'Controllerart#update', 'artupdate'], ['GET', '/[cid:art]/delete', 'Controllerart#confirmdelete', 'artconfirmdelete'], ['POST', '/[cid:art]/delete', 'Controllerart#delete', 'artdelete'], - ['GET', '/[cid:art]/[*]', 'Controllerart#artdirect', 'artread/etoile'], + //['GET', '/[cid:art]/[*]', 'Controllerart#artdirect', 'artread/etoile'], ]); $match = $router->match(); |