Source for file config.php

Documentation is available at config.php

  1. <?
  2. /**
  3. * config.php
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License as published by
  7. * the Free Software Foundation; either version 2 of the License, or
  8. * (at your option) any later version.
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. * @author Stephan Raabe
  14. */
  15.  
  16. /**
  17. * MySQL Server
  18. * @var string
  19. */
  20. $db_server = "localhost";
  21.  
  22. /**
  23. * MySQL Username
  24. * @var string
  25. */
  26. $db_user = "root";
  27.  
  28. /**
  29. * MySQL Password
  30. * @var string
  31. */
  32. $db_password = "";
  33.  
  34. /**
  35. * MySQL Database for openEngine
  36. * @var string
  37. */
  38. $db_name = "openengine";
  39.  
  40. /**
  41. * Table Praefix
  42. * (for more than one openEngine Installation in a single database)
  43. * @var string
  44. */
  45. $db_praefix = "oe_";
  46. ?>

Documentation generated on Fri, 19 Aug 2005 10:22:16 +0200 by phpDocumentor 1.3.0RC3