remove unused code from togglesubadmins.php

remotes/origin/stable45
Georg Ehrke 13 years ago
parent 4490a88492
commit f503aea099
  1. 4
      settings/ajax/togglesubadmins.php

@ -6,10 +6,6 @@ require_once('../../lib/base.php');
OC_JSON::checkAdminUser(); OC_JSON::checkAdminUser();
OCP\JSON::callCheck(); OCP\JSON::callCheck();
$success = true;
$error = "add user to";
$action = "add";
$username = $_POST["username"]; $username = $_POST["username"];
$group = OC_Util::sanitizeHTML($_POST["group"]); $group = OC_Util::sanitizeHTML($_POST["group"]);

Loading…
Cancel
Save