<?php
// Load the global settings file.
require dirname(__FILE__) . '/../settings.global.php';
// Load the local settings file with databases connexion.
require dirname(__FILE__) . '/settings.local.php';