diff --git a/app/Libraries/Cloudflare/API/API.php b/app/Libraries/Cloudflare/API/API.php index 4902654..bf4335d 100644 --- a/app/Libraries/Cloudflare/API/API.php +++ b/app/Libraries/Cloudflare/API/API.php @@ -100,10 +100,10 @@ abstract class API final public function reload(int $page_limit = 0): array { $cfResults = $this->reload_cfResults($page_limit); - Log::add("notice", "-----{$this->getParent()->getTitle()} {$this->getClassName()} 처리[" . count($cfResults) . "개] 시작-----"); + Log::add("notice", "-----{$this->getParent()->getTitle()} {$this->getClassName()} cfResult 처리[" . count($cfResults) . "개] 시작-----"); $entitys = $this->reload_entitys($cfResults); $this->reload_delete($entitys); - Log::add("notice", "-----{$this->getParent()->getTitle()} {$this->getClassName()} 처리[" . count($entitys) . "개] 완료-----"); + Log::add("notice", "-----{$this->getParent()->getTitle()} {$this->getClassName()} DB 처리[" . count($entitys) . "개] 완료-----"); return $entitys; } } diff --git a/app/Libraries/Cloudflare/API/Firewall.php b/app/Libraries/Cloudflare/API/Firewall.php index 73f23a8..0d3c414 100644 --- a/app/Libraries/Cloudflare/API/Firewall.php +++ b/app/Libraries/Cloudflare/API/Firewall.php @@ -86,6 +86,6 @@ class Firewall extends API protected function getCFResults_List(int $page): array { $this->_endPoint = is_null($this->_endPoint) ? new \Cloudflare\API\Endpoints\Firewall($this->getAdapter()) : $this->_endPoint; - return $$this->_endPoint->listFirewallRules($this->getParent()->getPrimaryKey(), $page, CF_ADAPTER_PERPAGE_MAX)->result; + return $this->_endPoint->listFirewallRules($this->getParent()->getPrimaryKey(), $page, CF_ADAPTER_PERPAGE_MAX)->result; } } diff --git a/app/Views/layouts/admin/left_menu.php b/app/Views/layouts/admin/left_menu.php index a111f33..62527b2 100644 --- a/app/Views/layouts/admin/left_menu.php +++ b/app/Views/layouts/admin/left_menu.php @@ -34,7 +34,7 @@

Record관리

- Firewall관리 +

Firewall관리