This commit is contained in:
zhaoke
2023-08-08 10:48:02 +08:00
parent 1784ced2f5
commit ae78101cf4
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -316,6 +316,8 @@ class custom extends control
{
$this->custom->deleteItems("module=$module&section=$field");
}
if(in_array($module, array('serverroom', 'host'))) return $this->send(array('result' => 'success', 'load' => true));
return print(js::reload('parent'));
}