Sindbad~EG File Manager
--[[
In this file, we will initializes some timers. You can think of them of the equivalent of internal cronjobs.
The timers are for instance responsible of managing the decreasing of HTTP requests count in the shared dict.
--]]
local o2counter = require "lib/o2switch_counter"
local cacheWrapper = require "lib/o2switch_cache_wrapper"
local ban = require "lib/o2switch_ban"
o2counter.registerTimers()
cacheWrapper.registerTimers()
ban.registerTimers()
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists