Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 112 → Rev 111

/trunk/config.inc.defaut.php
4,7 → 4,5
define('GTT_BDD_DSN', 'mysql://utilsiateur:mot_de_passe@localhost/'.GTT_BDD_NOM);
// Débogage
/** Constante stockant si oui ou non on veut afficher le débogage.*/
define('GTT_DEBOGAGE', false);
/** Constante stockant si oui ou non on veut afficher les requêtes SQL.*/
define('GTT_DEBOGAGE_SQL', false);
define('GTT_DEBOGAGE', true);
?>