aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-04-17 16:10:39 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-04-17 16:10:39 +0200
commitbf51c13452f7c38d7dc347bac8a6e9f2932532fb (patch)
tree41d9be5a5b29f680e50c285a268a8e3f228bb437 /public
parent5a6d7248fcbc3f88fe66f3b52d51087698c3e6ba (diff)
downloadwcms-bf51c13452f7c38d7dc347bac8a6e9f2932532fb.tar.gz
wcms-bf51c13452f7c38d7dc347bac8a6e9f2932532fb.zip
header update
Diffstat (limited to 'public')
-rw-r--r--public/w/index.php2
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;