Advertisement
Adriano_back

defines.php

Oct 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2. namespace connections\user\defines;
  3.  
  4. define('HOST','localhost');
  5. define('USER','xxxxxxx');
  6. define('PASSWORD',121212);
  7. define('DATABASE','dsdsdsds');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement