summaryrefslogtreecommitdiffstats
path: root/settings/ajax/setquota.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-07-07 15:27:04 +0200
committerLukas Reschke <lukas@statuscode.ch>2012-07-07 15:27:04 +0200
commit777eb1d8b1d68f93d986bf2c8280e7416a1694e6 (patch)
tree75736860128c6d7cb6ef8ca628e039af71f55c15 /settings/ajax/setquota.php
parentec7bb86b2875c9e5afbd7db57de3c872afc3e90b (diff)
downloadnextcloud-server-777eb1d8b1d68f93d986bf2c8280e7416a1694e6.tar.gz
nextcloud-server-777eb1d8b1d68f93d986bf2c8280e7416a1694e6.zip
CSRF check in the settings
Diffstat (limited to 'settings/ajax/setquota.php')
-rw-r--r--settings/ajax/setquota.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/ajax/setquota.php b/settings/ajax/setquota.php
index f59017600ac..44c2067824b 100644
--- a/settings/ajax/setquota.php
+++ b/settings/ajax/setquota.php
@@ -9,6 +9,7 @@
require_once('../../lib/base.php');
OC_JSON::checkAdminUser();
+OCP\JSON::callCheck();
$username = isset($_POST["username"])?$_POST["username"]:'';