Changeset 3565:7b120898d2bd for admin/install/check.php
- Timestamp:
- 07/27/17 17:24:16 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/install/check.php
r3137 r3565 49 49 } 50 50 51 if ($con->driver() == 'mysql' || $con->driver() == 'mysqli' )51 if ($con->driver() == 'mysql' || $con->driver() == 'mysqli' || $con->driver() == 'mysqlimb4') 52 52 { 53 53 if (version_compare($con->version(),'4.1','<'))
Note: See TracChangeset
for help on using the changeset viewer.