summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-03-04 14:48:59 +0000
committerTed Trask <ttrask01@yahoo.com>2010-03-04 14:48:59 +0000
commitec9b7ae2b1ed6dfaee0a2e220adb4fd5f94796b4 (patch)
treeb56e1b79380db989d944aedb67d539adc27b9200
parent9ddc8e7322f91f95f142ffe635df8f75fac3f2e7 (diff)
downloadacf-tinydns-ec9b7ae2b1ed6dfaee0a2e220adb4fd5f94796b4.tar.bz2
acf-tinydns-ec9b7ae2b1ed6dfaee0a2e220adb4fd5f94796b4.tar.xz
Sort domains.
-rw-r--r--tinydns-model.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinydns-model.lua b/tinydns-model.lua
index 59a2f9a..5e55c57 100644
--- a/tinydns-model.lua
+++ b/tinydns-model.lua
@@ -141,6 +141,7 @@ local function searchforconfigfiles(self, userid)
configfiles = cnffile
end
configuser = userid
+ table.sort(configfiles)
return configfiles
end