mirror of
https://github.com/nextcloud/server.git
synced 2026-02-25 19:04:38 -05:00
Added a missing CSRF check
This commit is contained in:
parent
80aa44565b
commit
ac79fe649c
1 changed files with 2 additions and 0 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Reference in a new issue