🐛 Fix the path of the config file

WIll chance once it'll be autogenerated
This commit is contained in:
Kazhnuz 2025-02-25 13:31:57 +01:00
parent f0a169f306
commit fab5c686e2

View file

@ -40,7 +40,7 @@ function html_deep($value) {
}
function opendb() { // Open database connection.
include('config.php');
include('../config.php');
extract($dbsettings);
// Créer une connexion à la base de données
@ -55,7 +55,7 @@ function opendb() { // Open database connection.
}
function doquery($query, $table) { // Something of a tiny little database abstraction layer.
include('config.php');
include('../config.php');
global $numqueries;
// Remplacer {{table}} par le préfixe de la table