Skip to content
Snippets Groups Projects

php8 only; added variable types; short array syntax; remove glyphicons

Merged Hahn Axel (hahn) requested to merge 7359-update-php83 into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -180,7 +180,7 @@ class user
switch ($sAuthMethod) {
case 'ldap':
require_once("userauth.ldap.class.php");
$oUserAuth = new userauthLdap($aConfig['auth']['ldap']);
$oUserAuth = new userauthLdap();
break;
// implement other methods here
// see userauth.ldap.class.php as simple example
Loading