From 4e99d042ab53dc160d0832f07228b22e8f6772f8 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Fri, 27 Oct 2017 18:01:42 +0200 Subject: [PATCH] Fixed pages '/warehouse/' and '/admin/' added /src/logauth.ico + mininfied version of api.js --- public_html/view/admin.php | 4 +++- public_html/view/warehouse.php | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/public_html/view/admin.php b/public_html/view/admin.php index 64e1957..3b0591f 100755 --- a/public_html/view/admin.php +++ b/public_html/view/admin.php @@ -13,11 +13,13 @@ + + - + diff --git a/public_html/view/warehouse.php b/public_html/view/warehouse.php index 74ec9a7..6625b82 100755 --- a/public_html/view/warehouse.php +++ b/public_html/view/warehouse.php @@ -13,6 +13,8 @@ + + @@ -154,7 +156,7 @@ // Si correct, on recharge la page }else - document.location = ''; + document.location = '/'; }); }