| Line | |
|---|
| 1 | <?php |
|---|
| 2 | // phpBB 3.0.x auto-generated configuration file |
|---|
| 3 | // Do not change anything in this file!
|
|---|
| 4 |
|
|---|
| 5 | //include central omconfig.php configuration
|
|---|
| 6 | include_once( dirname(__file__) . '/../common/omconfig.php' );
|
|---|
| 7 |
|
|---|
| 8 | $dbms = 'mysqli'; |
|---|
| 9 | $dbhost = OMCOLLAB_DB_HOSTNAME; |
|---|
| 10 | $dbport = '3306'; |
|---|
| 11 | $dbname = OMFORUM_DATABASE_NAME; |
|---|
| 12 | $dbuser = OMFORUM_DB_USERNAME; |
|---|
| 13 | $dbpasswd = OMFORUM_DB_PASSWORD; |
|---|
| 14 | $table_prefix = OMFORUM_DB_TABLE_PREFIX; |
|---|
| 15 | $acm_type = 'file'; |
|---|
| 16 | $load_extensions = ''; |
|---|
| 17 | |
|---|
| 18 | @define('PHPBB_INSTALLED', true); |
|---|
| 19 | // @define('DEBUG', true); |
|---|
| 20 | // @define('DEBUG_EXTRA', true); |
|---|
| 21 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.