diff --git a/composer.json b/composer.json index bb7e9db..8db76f0 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "datatables.net/datatables.net-bs5": "2.0.8", "datatables.net/datatables.net-buttons-bs5": "3.0.2", "fortawesome/font-awesome": "v6.5.2", - "ltb-project/ldap": "v0.2.0", + "ltb-project/ldap": "v0.2.1", "twbs/bootstrap": "v5.3.2" }, "scripts": { diff --git a/composer.lock b/composer.lock index 2cbbfb4..31c2d9c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c98dcd38cdd5282785625d28c440e2a7", + "content-hash": "15e6cbc1d32cce34408fded8f296353a", "packages": [ { "name": "components/jquery", @@ -286,16 +286,16 @@ }, { "name": "ltb-project/ldap", - "version": "v0.2.0", + "version": "v0.2.1", "source": { "type": "git", "url": "https://github.com/ltb-project/ltb-ldap.git", - "reference": "bd4259e7e3f5a00ac163dfd3bbcb6700bb9a9c74" + "reference": "0ca06f8aafd116f214418efe9e3f22609c94f431" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ltb-project/ltb-ldap/zipball/bd4259e7e3f5a00ac163dfd3bbcb6700bb9a9c74", - "reference": "bd4259e7e3f5a00ac163dfd3bbcb6700bb9a9c74", + "url": "https://api.github.com/repos/ltb-project/ltb-ldap/zipball/0ca06f8aafd116f214418efe9e3f22609c94f431", + "reference": "0ca06f8aafd116f214418efe9e3f22609c94f431", "shasum": "" }, "require": { @@ -320,9 +320,9 @@ "description": "PHP framework for LTB project applications", "support": { "issues": "https://github.com/ltb-project/ltb-ldap/issues", - "source": "https://github.com/ltb-project/ltb-ldap/tree/v0.2.0" + "source": "https://github.com/ltb-project/ltb-ldap/tree/v0.2.1" }, - "time": "2024-04-24T13:16:19+00:00" + "time": "2024-04-26T10:05:38+00:00" }, { "name": "phpmailer/phpmailer", diff --git a/htdocs/index.php b/htdocs/index.php index bd9ed41..9253527 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -10,6 +10,11 @@ #============================================================================== require_once("../conf/config.inc.php"); +#============================================================================== +# Includes +#============================================================================== +require_once("../vendor/autoload.php"); + #============================================================================== # Language #==============================================================================