Fix HttpError 404 in OpenWRT 22 and 21

This commit is contained in:
Vadim Vetrov 2024-12-30 16:28:18 +03:00 committed by GitHub
parent 9e299d2592
commit fcc5c6f331
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,6 @@
'require uci';
'require form';
'require tools.widgets as widgets';
'require tools.views as views';
/**
* Big thanks to luci-app-adblock for the best reference implementation