hello till
something like this, i suppose
Code:
public function dns_slave_add($session_id, $client_id, $params)
{
if(!$this->checkPerm($session_id, 'dns_slave_add')) {
$this->server->fault('permission_denied', 'You do not have the permissions to access this function.');
return false;
}
return $this->insertQuery('../dns/form/dns_slave.tform.php',$client_id,$params);
}
it is too much simple, I am missing something , otherwise ...it was already in place, not in the next release
Recent comments
2 days 13 hours ago
2 days 22 hours ago
3 days 1 hour ago
3 days 2 hours ago
3 days 4 hours ago
3 days 5 hours ago
3 days 7 hours ago
3 days 8 hours ago
4 days 21 min ago
4 days 1 hour ago