1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-08-05 20:16:00 +02:00

Added a missing CSRF check

Esse commit está contido em:
Lukas Reschke 2012-09-22 11:02:03 +02:00
commit ac79fe649c

Ver arquivo

@ -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':