mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
Son Goku
- Rebased sql, test, web, defintions, languages, INSTALL, and libs folders.
This commit is contained in:
parent
24de55e45a
commit
d0b12e92e7
362 changed files with 21716 additions and 7018 deletions
11
libs/uploaders.js
Normal file
11
libs/uploaders.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
module.exports = function(s,config,lang){
|
||||
var loadLib = function(lib){
|
||||
return require('./uploaders/' + lib + '.js')
|
||||
}
|
||||
loadLib('loader')(s,config,lang)
|
||||
loadLib('backblazeB2')(s,config,lang)
|
||||
loadLib('amazonS3')(s,config,lang)
|
||||
loadLib('webdav')(s,config,lang)
|
||||
loadLib('wasabi')(s,config,lang)
|
||||
loadLib('sftp')(s,config,lang)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue