auth.php 208 B

12345678910111213
  1. <?php
  2. /*
  3. * Example file. Password must be defined
  4. */
  5. $auth = [
  6. "host" => "localhost",
  7. "name" => "web",
  8. "user" => "webext",
  9. "pass" => "XXXXXXXXXX"
  10. ];
  11. ?>