Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $servername = getenv("HTTP_HOST");
  2. if($servername == "localhost") {
  3. JConfig::host = 'localhost';
  4. JConfig::user = 'root';
  5. JConfig::password = 'pass';
  6. JConfig::db = 'myproject';
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement