Skip to content

Commit

Permalink
Require autoload in index
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Jul 12, 2024
1 parent 8f947aa commit 9617d3d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions htdocs/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
#==============================================================================
require_once("../conf/config.inc.php");

#==============================================================================
# Includes
#==============================================================================
require_once("../vendor/autoload.php");

#==============================================================================
# Language
#==============================================================================
Expand Down

0 comments on commit 9617d3d

Please sign in to comment.