From a2233d58457f4555136005a1659df7c947385100 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Wed, 13 May 2015 12:03:13 +0200 Subject: [PATCH] [doc] website for install+presentation of AlternC --- doc/www/router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/www/router.php b/doc/www/router.php index fa4e4cba..0a37da66 100644 --- a/doc/www/router.php +++ b/doc/www/router.php @@ -17,7 +17,7 @@ if (!$uri) { $lang=$l; } } - header("Location: /".$lang); + header("Location: /".$lang."/"); exit(); }