Guest User

Untitled

a guest
Jul 20th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $file = "$dbhost = '" . $db['DB_SERVER'] . "';\n";
  2. $file .= "$dbuser = '" . $db['DB_SERVER_USERNAME'] . "';\n";
  3. $file .= "$dbpass = '" . $db['DB_SERVER_PASSWORD'] . "';\n";
  4. $file .= "$database = '" . $db['DB_DATABASE'] . "';\n";
Add Comment
Please, Sign In to add comment