summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/newfolder.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-07-20 20:12:36 +0200
committerLukas Reschke <lukas@statuscode.ch>2012-07-20 20:12:36 +0200
commit38271ded753bc9ea9943cef3c2706f8d71f3a58f (patch)
tree4a2bb2cd3ffe196721c448ef891d692171a925df /apps/files/ajax/newfolder.php
parente52ab59b404d6d35ed8619da35b1f70404359212 (diff)
downloadnextcloud-server-38271ded753bc9ea9943cef3c2706f8d71f3a58f.tar.gz
nextcloud-server-38271ded753bc9ea9943cef3c2706f8d71f3a58f.zip
Added CSRF checks
Diffstat (limited to 'apps/files/ajax/newfolder.php')
-rw-r--r--apps/files/ajax/newfolder.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/ajax/newfolder.php b/apps/files/ajax/newfolder.php
index c5c37914c6a..ae92bcf09bb 100644
--- a/apps/files/ajax/newfolder.php
+++ b/apps/files/ajax/newfolder.php
@@ -4,6 +4,7 @@
OCP\JSON::checkLoggedIn();
+OCP\JSON::callCheck();
// Get the params
$dir = isset( $_POST['dir'] ) ? stripslashes($_POST['dir']) : '';