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 160B

123456789
  1. <?php
  2. $database_host = "localhost";
  3. $database_port = 3306;
  4. $database_name = "";
  5. $database_user = "";
  6. $database_pass = "";
  7. $media_path = "";
  8. $media_url = "";
  9. ?>