CSRF checks

This commit is contained in:
Lukas Reschke 2012-07-07 16:02:33 +02:00
parent 0abcf0a421
commit b7c510a61a

View file

@ -8,6 +8,7 @@
OCP\User::checkAdminUser();
OCP\JSON::callCheck();
$sites = array();
for ($i = 0; $i < sizeof($_POST['site_name']); $i++) {