terrylinooo / shieldon

Web Application Firewall (WAF) for PHP.
https://shieldon.io
MIT License
838 stars 96 forks source link

Class "Shieldon\Firewall\Panel\iptables" not found #50

Closed niyazialpay closed 1 year ago

niyazialpay commented 2 years ago

I'm getting error when I enter the iptables page, may you check it please?

niyazialpay commented 2 years ago

I changed src/Firewall/Panel.php line 150 like below and issue has been fixed.

$controller = CLASS . '\' . ($controller=="iptables"?"Iptables":ucfirst($controller));

May you update composer library?

terrylinooo commented 2 years ago

I will check it on this weekend. Thanks for reporting.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 since being marked as stale.