This commit is contained in:
Xes
2025-08-14 22:37:50 +02:00
parent fb6d5d5926
commit 3641e93527
9156 changed files with 1813532 additions and 0 deletions

15
main/admin/db.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
/* For licensing terms, see /license.txt */
require_once __DIR__.'/../inc/global.inc.php';
if (!api_is_global_platform_admin()) {
exit('Please connect as a global administrator to access this page');
}
echo "In this version, the script allowing you to connect to the database from your Chamilo interface has been
deprecated/removed due to increasing reports about a possible vulnerability (which we agree with, in principle).
To use this feature, please download Adminer as one single PHP file from https://www.adminer.org/#download,
install it somewhere safe, unpredictable and or access-protected on your Chamilo server and load it from there.
Our apologies for the extra effort needed.";