<?php
/***************************************************************************
util.php - description
-------------------
copyright : (C) 2002 by Cédric Rochat
email : hide@address.com
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
if (!isset ($FichierUtil))
{
$FichierUtil = 1;
require ("connect.php");
require ("connexion.php");
require ("exec_requete.php");
require ("fonctions.php");
require ("formulaire.class");
require ("session.php");
require ("config.php");
}
?>