Advertisement
Rostyslav_Ivanyk

config.php

Aug 30th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. define('DB_HOST', 'localhost');
  4. define('DB_USER', 'root');
  5. define('DB_PASS', 'toortoor');
  6. define('DB_DBNAME', 'webshop');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement