Merge branch '221_cannot_manage_subdomain' into pu

This commit is contained in:
Kienan Stewart 2018-06-12 21:17:05 -04:00
commit c300912d78
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
require_once("../class/config.php"); require_once("../class/config.php");
$fields = array ( $fields = array (
"sub_id" => array ("post", "integer", ""), "sub_id" => array ("get", "integer", ""),
"status" => array ("post", "string", ""), "status" => array ("get", "string", ""),
); );
getFields($fields); getFields($fields);