version stable 0.2.0

This commit is contained in:
mariano
2026-06-03 07:41:53 +02:00
parent c90506a25d
commit 7fb79c9552
8 changed files with 21 additions and 19 deletions
-4
View File
@@ -13,10 +13,6 @@ Html::header_nocache();
Session::checkLoginUser();
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
Session::checkCSRF();
}
if (!Session::haveRight('plugin_urbackup', READ)) {
echo json_encode(['success' => false, 'message' => __('No permission', 'urbackup')]);
exit;