Advertisement
gacanepa

config.php

Aug 15th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.     define('DB_HOST', 'localhost');
  3.     define('DB_USER', 'armando_esteban_quito');
  4.     define('DB_PASSWORD', 'mario_neta');
  5.     define('DB_DATABASE', 'elba_zurita');
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement