Changeset 1450
- Timestamp:
- 12/12/07 19:47:10 (8 months ago)
- Files:
-
- devel/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/install.php
r1449 r1450 19 19 20 20 // 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()) { 22 22 $config_ready = true; 23 23 $messages[] = __gettext('You have already configured Elgg and can safely remove the file <code>install.php</code> from your installation.');
