1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-08-05 20:16:00 +02:00

Added a missing CSRF check

Dieser Commit ist enthalten in:
Lukas Reschke 2012-09-22 11:02:03 +02:00
Ursprung 80aa44565b
Commit ac79fe649c

Datei anzeigen

@ -21,6 +21,8 @@
require_once '../../lib/base.php';
OC_JSON::checkLoggedIn();
OCP\JSON::callCheck();
if (isset($_POST['action']) && isset($_POST['itemType']) && isset($_POST['itemSource'])) {
switch ($_POST['action']) {
case 'share':