Module:BibleQuote: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) No edit summary |
Johnrdorazio (talk | contribs) No edit summary |
||
Line 1:
-- local fs = require("fs")
local getArgs = require('Module:Arguments').getArgs
local VERSIONS_AVAILABLE = {
"NABRE",
Line 41 ⟶ 42:
end
--[[
function p.cacheDirExists( args )
if(fs.is_dir("/var/log/snort") = nil) then
else
end
end
]]
return p
|