From bf51c13452f7c38d7dc347bac8a6e9f2932532fb Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 17 Apr 2018 16:10:39 +0200 Subject: header update --- public/w/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/w/index.php b/public/w/index.php index 9c4ee32..38a4132 100644 --- a/public/w/index.php +++ b/public/w/index.php @@ -34,7 +34,7 @@ if (isset($_POST['action'])) { if ($app->exist($_GET['id'])) { $art = new Art($_POST); $app->update($art); - //header('Location: ?id=' . $art->id() . '&edit=1'); + header('Location: ?id=' . $art->id() . '&edit=1'); } break; -- cgit v1.2.3