PageRenderTime 42ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/config.php

https://bitbucket.org/Azora/eathena-armory
PHP | 8 lines | 6 code | 0 blank | 2 comment | 0 complexity | 46e707a23bd8b79d8346c19f18915745 MD5 | raw file
  1. //Configuration file for the eAthena Armory
  2. <?PHP
  3. //Mysql Host
  4. $host = "MYSQL HOST";
  5. $user = "MYSQL USER";
  6. $password = "MYSQL PASSWORD";
  7. $database = "RAGNAROK DATABASE";
  8. ?>