KXStudio Website https://kx.studio/
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.

11 lines
125B

  1. <?php
  2. $db_hostname = "";
  3. $db_user_ro = "";
  4. $db_user_rw = "";
  5. $db_pass_ro = "";
  6. $db_pass_rw = "";
  7. $db_database = "";
  8. ?>