You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.php.sample 125B

1234567
  1. <?php
  2. $database_host = "localhost";
  3. $database_port = 3306;
  4. $database_name = "";
  5. $database_user = "";
  6. $database_pass = "";
  7. ?>