mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Removed redundant PHP closing tags.
This commit is contained in:
@@ -580,4 +580,4 @@ function alt_auth_adminmenu()
|
||||
|
||||
show_admin_menu(LAN_ALT_29, ALT_AUTH_ACTION, $var);
|
||||
}
|
||||
?>
|
||||
|
||||
|
@@ -242,4 +242,3 @@ function alt_auth_conf_adminmenu()
|
||||
}
|
||||
|
||||
|
||||
?>
|
@@ -294,4 +294,4 @@ class alt_login
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
|
@@ -195,4 +195,3 @@ class auth_login extends alt_auth_base
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -132,4 +132,4 @@ function e107db_conf_adminmenu()
|
||||
alt_auth_adminmenu();
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -38,4 +38,3 @@ else
|
||||
$ns -> tablerender('help',LAN_AUTHENTICATE_HELP.'<br /><br />'.(defined('SHOW_COPY_HELP') ? LAN_ALT_COPY_HELP : '').(defined('SHOW_CONVERSION_HELP') ? LAN_ALT_CONVERSION_HELP : '').LAN_ALT_VALIDATE_HELP);
|
||||
}
|
||||
|
||||
?>
|
@@ -382,4 +382,3 @@ class ExtendedPasswordHandler extends UserHandler
|
||||
}
|
||||
|
||||
|
||||
?>
|
@@ -123,4 +123,3 @@ class auth_login extends alt_auth_base
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -102,4 +102,4 @@ function importdb_conf_adminmenu()
|
||||
alt_auth_adminmenu();
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -21,4 +21,4 @@ define("LAN_AL_AUTH_02","Alt auth extended user classes changed");
|
||||
define("LAN_AL_AUTH_03","Alt auth method settings changed");
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -147,4 +147,4 @@ define('LAN_ALT_CONVERSION_HELP', 'For some fields, the drop-down box to the rig
|
||||
<br />
|
||||
<br />');
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -36,4 +36,4 @@ define('LAN_AUTHENTICATE_HELP','This authentication method is to be used with a
|
||||
original password is read from the local database, and validated against the storage format of the original system. If it verifies, its converted to the current E107-compatible format and
|
||||
stored in the database.');
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -44,4 +44,4 @@ define('LAN_AUTHENTICATE_HELP','This authentication method is to be used <i>only
|
||||
original password is read from the local database, and validated against the storage format of the original system. If it verifies, its converted to the current E107-compatible format and
|
||||
stored in the database. After a while you can usually disable the alt-auth plugin, since active users will all have their passwords stored in a compatible format.');
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -41,4 +41,4 @@ define('SHOW_CONVERSION_HELP', TRUE);
|
||||
define('LAN_AUTHENTICATE_HELP','This method can be used to authenticate against most LDAP servers, including Novell\'s eDirectory and Microsoft\'s Active Directory. It requires that PHP\'s LDAP extension is loaded. Refer to the wiki for further information.');
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -46,4 +46,4 @@ define('SHOW_CONVERSION_HELP', TRUE);
|
||||
define('LAN_AUTHENTICATE_HELP','This authentication method is used to validate against a non-E107 database. The password must be stored in one of the supported formats.');
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -34,4 +34,4 @@ define('LAN_AUTHENTICATE_HELP','This authentication method is used with an exter
|
||||
Note that the RADIUS server may only allow access from a specific range of IP addresses');
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -306,4 +306,4 @@ class auth_login extends alt_auth_base
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -155,4 +155,4 @@ function ldap_conf_adminmenu()
|
||||
alt_auth_adminmenu();
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -202,4 +202,4 @@ class auth_login extends alt_auth_base
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -135,4 +135,3 @@ function otherdb_conf_adminmenu()
|
||||
alt_auth_adminmenu();
|
||||
}
|
||||
|
||||
?>
|
@@ -247,4 +247,4 @@ class auth_login extends alt_auth_base
|
||||
return AUTH_SUCCESS;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@@ -112,4 +112,4 @@ function radius_conf_adminmenu()
|
||||
alt_auth_adminmenu();
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user