Advertisement
Guest User

Untitled

a guest
Mar 7th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ;<?php
  2. ;die(); // For further security
  3. ;/*
  4. [database]
  5. driver=mysql
  6. host=localhost
  7. port=3306
  8. schema=base
  9. username=root
  10. password=
  11. ;*/
  12.  
  13. ;<?php
  14. ;die(); // For further security
  15. ;/*
  16. [database]
  17. driver="mysql"
  18. host="localhost"
  19. port="3306"
  20. schema="base"
  21. username="root"
  22. password=""
  23. ;*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement