Changeset 1452
- Timestamp:
- 12/13/07 20:18:49 (10 months ago)
- Files:
-
- devel/includes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/includes.php
r1412 r1452 40 40 41 41 // Check if should go to install 42 if (empty($CFG->db user) || empty($CFG->dbpass)) {42 if (empty($CFG->dbname) || empty($CFG->dbuser)) { 43 43 header('Location: install.php'); 44 44 exit();
