Browse Source

Update common.inc.php

tags/6.1.9
xushubieli 2 years ago
parent
commit
07a1eafda1
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/system/common.inc.php

+ 0
- 1
src/system/common.inc.php View File

@@ -245,7 +245,6 @@ if (!defined('MYSQL_NUM')) {
}
//全局常用函数
require_once(DEDEINC.'/common.func.php');

if ($GLOBALS['cfg_dbtype'] == 'mysql' || $GLOBALS['cfg_dbtype'] == 'mysqli') {
require_once(DEDEINC.'/database/dedesqli.class.php');
} else {


Loading…
Cancel
Save