Changeset 1467

Show
Ignore:
Timestamp:
12/17/07 00:16:55 (9 months ago)
Author:
rho
Message:

missing commit on config-dist

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/config-dist.php

    r1378 r1467  
    1515    $CFG->dbhost = "localhost"; 
    1616 
    17     $CFG->dbuser = "elgg"; 
     17    $CFG->dbuser = ""; 
    1818    $CFG->dbpass = ""; 
    1919 
    20     $CFG->dbname = "elgg"; 
     20    $CFG->dbname = ""; 
    2121    $CFG->prefix = "elgg_"; 
    2222