Formatting fixes on domain and host create

This commit is contained in:
Pinga 2024-01-24 10:48:35 +02:00
parent 1f000d5cf9
commit cfcb51b9f8
2 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@ class HostsController extends Controller
$db->insert(
'host',
[
'name' => $hostName,
'name' => strtolower($hostName),
'domain_id' => $superordinate_dom,
'clid' => $clid,
'crid' => $clid,
@ -195,7 +195,7 @@ class HostsController extends Controller
$db->insert(
'host',
[
'name' => $hostName,
'name' => strtolower($hostName),
'clid' => $clid,
'crid' => $clid,
'crdate' => $crdate