Browse Source

Redirect to listview after editing

pull/512/head
Unknown 5 years ago
parent
commit
029d749fb8
  1. 9
      public/edit.php

9
public/edit.php

@ -184,13 +184,8 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") {
}
}
if ($new == 0) {
header("Location: " . $formconf['listview']);
exit;
} else {
header("Location: edit.php?table=$table");
exit;
}
header("Location: " . $formconf['listview']);
exit;
}
}
}

Loading…
Cancel
Save