Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Oct 5, 2023
1 parent 23d024b commit 4804de5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3><%=servername%></h3>
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]
%>
Expand Down

0 comments on commit 4804de5

Please sign in to comment.