versione pre-stable

This commit is contained in:
mariano
2026-05-28 11:57:47 +02:00
parent 425f8cb5a4
commit c90506a25d
29 changed files with 166 additions and 1250 deletions
+2
View File
@@ -41,6 +41,8 @@ if (!$item || !$item->getFromDB($items_id)) {
Html::displayNotFoundError();
}
Session::checkCSRF();
if (isset($_POST['connect'])) {
if (!Profile::canCurrentUser(UPDATE) && !Profile::canCurrentUser(CREATE)) {
Html::displayRightError();