Changeset 1476
- Timestamp:
- 05/16/06 13:27:53 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/db.php
r1191 r1476 26 26 ############################################################################### 27 27 28 if (!@include_once( dirname(__FILE__) . '/dbinit.php')) {28 if (!@include_once('dbinit.php')) { 29 29 header('Location: install.php'); 30 30 exit();
