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