<?php //definition des constantes de bases define( "AUTO_URL_BASE", "http://localhost/phpsimpledb_v2/" ); define( "TEMPLATE_NAME", "smarty" ); define( "TAG_LANG", "fr" ); define( "AUTHENT_USE", false ); define( "AUTHENT_USER", "admin" ); define( "AUTHENT_PASS", "1234" ); ?>