mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Bugtracker #3823 - spurious LAN
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/login.php,v $
|
| $Source: /cvs_backup/e107_0.8/login.php,v $
|
||||||
| $Revision: 1.2 $
|
| $Revision: 1.3 $
|
||||||
| $Date: 2007-01-17 13:37:25 $
|
| $Date: 2007-03-05 21:35:12 $
|
||||||
| $Author: mrpete $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -62,6 +62,7 @@ if (!USER) {
|
|||||||
$login_message = LAN_LOGIN_3." | ".SITENAME;
|
$login_message = LAN_LOGIN_3." | ".SITENAME;
|
||||||
$ns->tablerender($login_message, $text, 'login_page');
|
$ns->tablerender($login_message, $text, 'login_page');
|
||||||
|
|
||||||
|
$LOGIN_TABLE_FOOTER_USERREG = ' '; // In case no registration system enabled
|
||||||
if ($pref['user_reg'])
|
if ($pref['user_reg'])
|
||||||
{
|
{
|
||||||
$LOGIN_TABLE_FOOTER_USERREG = "<a href='".e_SIGNUP."'>".LAN_LOGIN_11."</a>";
|
$LOGIN_TABLE_FOOTER_USERREG = "<a href='".e_SIGNUP."'>".LAN_LOGIN_11."</a>";
|
||||||
|
Reference in New Issue
Block a user