config_file_loader.php

In stock

Category:
<?php
//config_file_loader.php
//This file loads all other config files in a single place.

require_once __DIR__ . '/config-app.php';
require_once __DIR__ . '/config-database.php';
require_once __DIR__ . '/config-assets.php';
require_once __DIR__ . '/config-css_links.php';

// Debugging Message
if (defined('ENABLE_DEBUG') && ENABLE_DEBUG) {
    echo "✅ Configuration files loaded successfully!<br>";
}
?>

See It Styled On Instagram

    No access token

Main Menu

Placeholder

config_file_loader.php