mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
This commit is contained in:
parent
23d024beb7
commit
4804de5241
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ menuentry = ucic:get("openmptcprouter","settings","menu") or "openmptcprouter"
|
|||
lastmodif=""
|
||||
allbackup=luci.model.uci.cursor():get("openmptcprouter",servername,"allbackup")
|
||||
for _, backup in pairs(allbackup) do
|
||||
filemodif=split(backup, '|')
|
||||
filemodif=luci.util.split(backup, '|')
|
||||
if filemodif[2] ~= lastmodif then
|
||||
lastmodif=filemodif[2]
|
||||
%>
|
||||
|
|
Loading…
Reference in a new issue