Changeset 803
- Timestamp:
- 03/02/10 04:52:06 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
infrastructure/examples.qcu.be/includes/configuration/configuration.inc.php
r736 r803 173 173 define('DB_CONNECTION_1', serialize(array( 174 174 'adapter' => 'MySqli5', 175 'server' => ' localhost',175 'server' => '192.168.195.29', 176 176 'port' => null, 177 177 'database' => 'qcubed-examples', … … 215 215 216 216 break; 217 217 218 } 218 219 }
