🐛 Fix the path of the config file
WIll chance once it'll be autogenerated
This commit is contained in:
parent
f0a169f306
commit
fab5c686e2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue