Advertisement
Guest User

configuration.php

a guest
Aug 6th, 2013
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2. $mysql_host = "xxxx";
  3. $mysql_user = "xxxx";
  4. $mysql_pass = "xxxx";
  5. $mysql_data = "xxxx";
  6. $installed = false; // change this to true after configurating the parameters above.
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement