mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-10 14:51:54 +00:00
Follow-up on bb67eb3
(removed cfg)
This commit is contained in:
parent
ea90a08989
commit
c9c971bc30
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function db.oninit()
|
|||
elseif settings.get("db_type") == "sqlite3" then
|
||||
con = require "luascripts.wolfadmin.db.sqlite3"
|
||||
else
|
||||
con = require "luascripts.wolfadmin.db.cfg"
|
||||
error("invalid database system (choose mysql, sqlite3)")
|
||||
end
|
||||
|
||||
setmetatable(db, {__index = con})
|
||||
|
|
Loading…
Reference in a new issue