Changeset 1450

Show
Ignore:
Timestamp:
12/12/07 19:47:10 (8 months ago)
Author:
rho
Message:

little update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/install.php

    r1449 r1450  
    1919 
    2020    // Prevent access on already running configuration 
    21     if (file_exists('./config.php') && config_check_db()) { 
     21    if (file_exists($CFG->dirroot.'config.php') && config_check_db()) { 
    2222        $config_ready = true; 
    2323        $messages[] = __gettext('You have already configured Elgg and can safely remove the file <code>install.php</code> from your installation.');