|
@@ -3,6 +3,7 @@
|
|
|
if (core::ifPost("from")) {
|
|
if (core::ifPost("from")) {
|
|
|
|
|
|
|
|
tags::maj(core::getPost("id"), core::getPost("value"));
|
|
tags::maj(core::getPost("id"), core::getPost("value"));
|
|
|
|
|
+ json::create("documents");
|
|
|
|
|
|
|
|
historique::recRef("/tags.html");
|
|
historique::recRef("/tags.html");
|
|
|
historique::add(array(
|
|
historique::add(array(
|
|
@@ -11,9 +12,6 @@ if (core::ifPost("from")) {
|
|
|
"idPage" => historique::getIdRef("/tags.html"),
|
|
"idPage" => historique::getIdRef("/tags.html"),
|
|
|
"log" => "Modification du tag : " . core::getPost("value")
|
|
"log" => "Modification du tag : " . core::getPost("value")
|
|
|
));
|
|
));
|
|
|
-
|
|
|
|
|
- header("Location: /tags.html");
|
|
|
|
|
- exit();
|
|
|
|
|
} else {
|
|
} else {
|
|
|
header('HTTP/1.0 401 Unauthorized');
|
|
header('HTTP/1.0 401 Unauthorized');
|
|
|
exit();
|
|
exit();
|