Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 111 → Rev 112

/trunk/config.inc.defaut.php
4,5 → 4,7
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', true);
define('GTT_DEBOGAGE', false);
/** Constante stockant si oui ou non on veut afficher les requêtes SQL.*/
define('GTT_DEBOGAGE_SQL', false);
?>