v1.18.x
barisusakli 10 years ago
parent 61dac1a01e
commit 0534da0ed1

@ -407,7 +407,8 @@ middleware.maintenanceMode = function(req, res, next) {
'/templates/[\\w/]+.tpl', '/templates/[\\w/]+.tpl',
'/api/login', '/api/login',
'/api/?', '/api/?',
'/language/.+' '/language/.+',
'/uploads/system/site-logo.png'
], ],
render = function() { render = function() {
res.status(503); res.status(503);

Loading…
Cancel
Save