Added XSRF check

remotes/origin/stable45
Lukas Reschke 13 years ago committed by Jörn Friedrich Dreyer
parent 3644517b01
commit 76e0ca785b
  1. 1
      core/ajax/appconfig.php

@ -7,6 +7,7 @@
require_once ("../../lib/base.php");
OC_Util::checkAdminUser();
OCP\JSON::callCheck();
$action=isset($_POST['action'])?$_POST['action']:$_GET['action'];
$result=false;

Loading…
Cancel
Save