webservice/config/config.php

6 lines
294 B
PHP

<?php
require_once realpath(dirname(__FILE__)).'/partenaires.php';
require_once realpath(dirname(__FILE__)).'/mysql.php';
require_once realpath(dirname(__FILE__)).'/stockage.php';
require_once realpath(dirname(__FILE__)).'/smtp.php';
require_once realpath(dirname(__FILE__)).'/sphinx.php';