Changeset 384
- Timestamp:
- 06/08/06 10:23:47 (2 years ago)
- Files:
-
- devel/config-dist.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/config-dist.php
r378 r384 47 47 $CFG->dbname = ''; 48 48 $CFG->dbpersist = false; 49 50 // The following will assume all your database tables have this value at the start 51 // of their names. If you're upgrading from an earlier version of Elgg, you might 52 // need to set this to $CFG->prefix = ''; 49 53 $CFG->prefix = 'elgg'; 50 54
