dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-03 11:37:38 +09:00
parent 7f37ec929e
commit b259433bcb
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ class NavigatorController extends BaseController
foreach ($services as $service) {
$clients[$service->getPK()] = $this->getClientService()->getEntityByCode($service->getClientCode());
}
$this->request = $this->getRequest();
$this->services = $services;
$this->clients = $clients;
return $this->render(__FUNCTION__);

View File

@ -84,7 +84,7 @@
<div align="center">
[ <a href="http://<? $_SERVER['HTTP_HOST'] ?>:6752/DefaultPage.cli">돌아가기</a> ]
<form>
IP 입력 : <input type=text name="ip">
IP 입력 : <input type=text name="ip" value="<?= $this->request['ip'] ?? '' ?>">
<input type=submit value="검색">
</form>
</div>