diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-04-17 16:10:39 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-04-17 16:10:39 +0200 |
commit | bf51c13452f7c38d7dc347bac8a6e9f2932532fb (patch) | |
tree | 41d9be5a5b29f680e50c285a268a8e3f228bb437 | |
parent | 5a6d7248fcbc3f88fe66f3b52d51087698c3e6ba (diff) | |
download | wcms-bf51c13452f7c38d7dc347bac8a6e9f2932532fb.tar.gz wcms-bf51c13452f7c38d7dc347bac8a6e9f2932532fb.zip |
header update
-rw-r--r-- | public/w/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |