dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-02 17:45:23 +09:00
parent 5412e965ea
commit 5a345b3395
2 changed files with 3 additions and 6 deletions

View File

@ -3,14 +3,11 @@
namespace lib\Controllers\DBMS; namespace lib\Controllers\DBMS;
use lib\Services\ClientService; use lib\Services\ClientService;
use lib\Services\AddDbService;
class NavigatorController extends BaseController class NavigatorController extends BaseController
{ {
private ?ClientService $_clientService = null; private ?ClientService $_clientService = null;
private ?AddDbService $_addDbService = null;
public function __construct() public function __construct()
{ {
parent::__construct(); parent::__construct();
@ -27,7 +24,7 @@ class NavigatorController extends BaseController
//부가서비스 : 닷디펜더,딥파인더 등, deepfinder_list.php,dotdefender_list.php //부가서비스 : 닷디펜더,딥파인더 등, deepfinder_list.php,dotdefender_list.php
//CLI 접속방법 : php index.php SiteController/extraservice/client_code/코드번호 //CLI 접속방법 : php index.php SiteController/extraservice/client_code/코드번호
//WEB 접속방법 : http://localhost/SiteController/extraservice/sitekey/dbms.prime-idc.jp/client_code/코드번호 //WEB 접속방법 : http://localhost/SiteController/extraservice/sitekey/dbms.prime-idc.jp/client_code/코드번호
public function ipseaerch(mixed $ip = null): string public function ipsearch(mixed $ip = null): string
{ {
$clients = []; $clients = [];
$services = $this->getService()->getServicesByIP($ip); $services = $this->getService()->getServicesByIP($ip);

View File

@ -67,7 +67,7 @@
<div class="row"> <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">
<div class="table-responsive"> <div class="table-responsive">
<c:import url="${phpurl}/DBMS/service/latest_service" /> <c:import url="${phpurl}/DBMS/dashboard/latest_service" />
</div> </div>
<!-- /.table-responsive --> <!-- /.table-responsive -->
</div> </div>
@ -89,7 +89,7 @@
</div> </div>
<div class="panel-body"> <div class="panel-body">
<div class="list-group"> <div class="list-group">
<c:import url="${phpurl}/DBMS/service/latest_history" /> <c:import url="${phpurl}/DBMS/dashboard/latest_history" />
</div> </div>
</div> </div>
</div> </div>