mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
parent
231f133f51
commit
1af4c95216
2 changed files with 1 additions and 13 deletions
|
|
@ -314,11 +314,6 @@ class DB
|
|||
{
|
||||
$db_type = $supported_list[$i];
|
||||
|
||||
if(version_compare(phpversion(), '5.0') < 0 && preg_match('/pdo/i', $db_type))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
$class_name = sprintf("DB%s%s", strtoupper(substr($db_type, 0, 1)), strtolower(substr($db_type, 1)));
|
||||
$class_file = sprintf(_XE_PATH_ . "classes/db/%s.class.php", $class_name);
|
||||
if(!file_exists($class_file))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue