mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
fix: Database.php require_once -> resolve config.php from app/src/
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once __DIR__ . '/../config/config.php';
|
require_once __DIR__ . '/../../config/config.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unified Database connection class for Post-ERG thesis database
|
* Unified Database connection class for Post-ERG thesis database
|
||||||
|
|||||||
Reference in New Issue
Block a user