Projet

Général

Profil

Paste
Télécharger (205 octets) Statistiques
| Branche: | Révision:

root / template / d7-settings.php @ ebd2acf5

1
<?php
2
// Load the global settings file.
3
require dirname(__FILE__) . '/../settings.global.php';
4

    
5
// Load the local settings file with databases connexion.
6
require dirname(__FILE__) . '/settings.local.php';