diff --git a/crmeb/install/index.php b/crmeb/install/index.php index 9499101e..b47450ce 100644 --- a/crmeb/install/index.php +++ b/crmeb/install/index.php @@ -235,7 +235,6 @@ switch ($step) { $sql = trim($sqlFormat[$i]); if (strstr($sql, 'CREATE TABLE')) { preg_match('/CREATE TABLE IF NOT EXISTS `eb_([^ ]*)`/is', $sql, $matches); - print_r($matches);exit; mysqli_query($conn,"DROP TABLE IF EXISTS `$matches[1]"); $sql = str_replace('`eb_','`'.$dbPrefix,$sql);//替换表前缀 $ret = mysqli_query($conn,$sql); diff --git a/crmeb/install/templates/step4.php b/crmeb/install/templates/step4.php index 8584e30f..0aac16c2 100644 --- a/crmeb/install/templates/step4.php +++ b/crmeb/install/templates/step4.php @@ -43,7 +43,7 @@ $('#dosubmit').attr("disabled",false); $('#dosubmit').removeAttr("disabled"); $('#dosubmit').removeClass("nonext"); - setTimeout('gonext()',2000); +// setTimeout('gonext()',2000); return false; }else{ reloads(msg.n);