mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 08:28:43 +01:00
spellcheck
This commit is contained in:
parent
189356ac5a
commit
b07762a86c
@ -48,7 +48,7 @@
|
|||||||
// This is used for system downtime, to prevent new logins.
|
// This is used for system downtime, to prevent new logins.
|
||||||
if($GLOBALS['phpgw_info']['server']['deny_all_logins'])
|
if($GLOBALS['phpgw_info']['server']['deny_all_logins'])
|
||||||
{
|
{
|
||||||
$deny_msg=lang('Opps! You caught us in the middle of a system maintainance.<br/>
|
$deny_msg=lang('Oops! You caught us in the middle of system maintainance.<br/>
|
||||||
Please, check back with us shortly.');
|
Please, check back with us shortly.');
|
||||||
|
|
||||||
$tmpl->set_file(array
|
$tmpl->set_file(array
|
||||||
@ -322,8 +322,6 @@
|
|||||||
$reg_link=' <a href="registration/">'.lang('Not a user yet? Register now').'</a><br/>';
|
$reg_link=' <a href="registration/">'.lang('Not a user yet? Register now').'</a><br/>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$GLOBALS['phpgw_info']['server']['template_set'] = $GLOBALS['phpgw_info']['login_template_set'];
|
$GLOBALS['phpgw_info']['server']['template_set'] = $GLOBALS['phpgw_info']['login_template_set'];
|
||||||
|
|
||||||
$tmpl->set_var('register_link',$reg_link);
|
$tmpl->set_var('register_link',$reg_link);
|
||||||
|
Loading…
Reference in New Issue
Block a user