+ if ( (-e ($::lx_office_conf{paths}->{userspath} . "/nologin"))
+ && !is_admin_request(script => $script, script_name => $script_name, routing_type => $routing_type)) {
+ $::form->error($::locale->text('System currently down for maintenance!'));
+ }