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. * @package generator
  14. * @author Stephan Raabe
  15. */
  16.  
  17. /**
  18. * MySQL Server
  19. * @var string
  20. */
  21. $db_server = "localhost";
  22.  
  23. /**
  24. * MySQL Username
  25. * @var string
  26. */
  27. $db_user = "root";
  28.  
  29. /**
  30. * MySQL Password
  31. * @var string
  32. */
  33. $db_password = "";
  34.  
  35. /**
  36. * MySQL Database for openEngine
  37. * @var string
  38. */
  39. $db_name = "openengine";
  40.  
  41. /**
  42. * Table Praefix
  43. * (for more than one openEngine Installation in a single database)
  44. * @var string
  45. */
  46. $db_praefix = "oe_";
  47. ?>

Documentation generated on Wed, 24 Aug 2005 17:57:06 +0200 by phpDocumentor 1.3.0RC3