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

View File

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