Guest User

Untitled

a guest
Mar 13th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2.  
  3. //Define your host here.
  4. $HostName = "localhost";
  5.  
  6. //Define your database username here.
  7. $HostUser = "triutvka_abir";
  8.  
  9. //Define your database password here.
  10. $HostPass = "01672001715";
  11.  
  12. //Define your database name here.
  13. $DatabaseName = "triutvka_android";
  14.  
  15. ?>
Add Comment
Please, Sign In to add comment