config.php 213 B

123456789101112
  1. <?php
  2. define('DEBUG', true);
  3. define('SITIO' , 'http://sitio.com/');
  4. define('TITULO', 'SitioAdmin');
  5. define('DB_SERVER', 'localhost');
  6. define('DB_USER' , '');
  7. define('DB_PASS' , '');
  8. define('DB_DB' , '');