1
0
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:
Cameron
2020-08-10 15:49:44 -07:00
parent f655847997
commit e1593de8ee
264 changed files with 84 additions and 264 deletions

View File

@@ -580,4 +580,4 @@ function alt_auth_adminmenu()
show_admin_menu(LAN_ALT_29, ALT_AUTH_ACTION, $var);
}
?>

View File

@@ -242,4 +242,3 @@ function alt_auth_conf_adminmenu()
}
?>

View File

@@ -294,4 +294,4 @@ class alt_login
}
}
?>

View File

@@ -195,4 +195,3 @@ class auth_login extends alt_auth_base
}
}
?>

View File

@@ -132,4 +132,4 @@ function e107db_conf_adminmenu()
alt_auth_adminmenu();
}
?>

View File

@@ -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);
}
?>

View File

@@ -382,4 +382,3 @@ class ExtendedPasswordHandler extends UserHandler
}
?>

View File

@@ -123,4 +123,3 @@ class auth_login extends alt_auth_base
}
}
?>

View File

@@ -102,4 +102,4 @@ function importdb_conf_adminmenu()
alt_auth_adminmenu();
}
?>

View File

@@ -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");
?>

View File

@@ -147,4 +147,4 @@ define('LAN_ALT_CONVERSION_HELP', 'For some fields, the drop-down box to the rig
<br />
<br />');
?>

View File

@@ -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.');
?>

View File

@@ -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.');
?>

View File

@@ -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.');
?>

View File

@@ -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.');
?>

View File

@@ -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');
?>

View File

@@ -306,4 +306,4 @@ class auth_login extends alt_auth_base
}
}
?>

View File

@@ -155,4 +155,4 @@ function ldap_conf_adminmenu()
alt_auth_adminmenu();
}
?>

View File

@@ -202,4 +202,4 @@ class auth_login extends alt_auth_base
}
}
?>

View File

@@ -135,4 +135,3 @@ function otherdb_conf_adminmenu()
alt_auth_adminmenu();
}
?>

View File

@@ -247,4 +247,4 @@ class auth_login extends alt_auth_base
return AUTH_SUCCESS;
}
}
?>

View File

@@ -112,4 +112,4 @@ function radius_conf_adminmenu()
alt_auth_adminmenu();
}
?>