Skip to content

Instantly share code, notes, and snippets.

@pawelwch
Created November 20, 2017 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pawelwch/ab398313b60885ff21d531b8f851c58f to your computer and use it in GitHub Desktop.
Save pawelwch/ab398313b60885ff21d531b8f851c58f to your computer and use it in GitHub Desktop.
<?php
$host = "localhost";
$db_user = "root";
$db_password = "";
$db_name = "osadnicy";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment