mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-02 10:03:49 +00:00
13 lines
216 B
Lua
13 lines
216 B
Lua
local Cache = require 'resources.functions.cache'
|
|
local Database = require 'resources.functions.database'
|
|
|
|
Database.__self_test__({
|
|
"native",
|
|
"luasql",
|
|
"odbc",
|
|
"odbcpool",
|
|
},
|
|
"system")
|
|
|
|
Cache._self_test()
|