Changeset 1474 for releases/0.9rc2/config.php
- Timestamp:
- 12/17/07 06:58:31 (1 year ago)
- Files:
-
- releases/0.9rc2/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/0.9rc2/config.php
r1465 r1474 15 15 $CFG->dbhost = "localhost"; 16 16 17 $CFG->dbuser = " elgg";17 $CFG->dbuser = ""; 18 18 $CFG->dbpass = ""; 19 19 20 $CFG->dbname = " elgg";20 $CFG->dbname = ""; 21 21 $CFG->prefix = "elgg_"; 22 22
