dbms_primeidc_init...1
This commit is contained in:
parent
7f37ec929e
commit
b259433bcb
@ -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__);
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user