Documentation is available at config.php
- <?
- /**
- * config.php
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- * @package config
- * @author Stephan Raabe
- */
- /**
- * MySQL Server
- * @var string
- */
- $db_server = "localhost";
- /**
- * MySQL Username
- * @var string
- */
- $db_user = "root";
- /**
- * MySQL Password
- * @var string
- */
- $db_password = "";
- /**
- * MySQL Database for openEngine
- * @var string
- */
- $db_name = "openengine";
- /**
- * Table Praefix
- * (for more than one openEngine Installation in a single database)
- * @var string
- */
- $db_praefix = "oe_";
- ?>
Documentation generated on Tue, 04 Oct 2005 11:13:38 +0200 by phpDocumentor 1.3.0RC3