|
|
@@ -133,12 +133,12 @@ else{
|
|
|
if(!file_exists($db[0])){
|
|
|
echo "<span style='color:red;'>数据库不存在</span>";
|
|
|
echo "</div>";
|
|
|
- echo '<div style="flex:2;"><a href="step5.php?index='.$i.'">建立</a></div>';
|
|
|
+ echo '<div style="flex:2;"><a href="step5.php?index=0">建立</a></div>';
|
|
|
}
|
|
|
else{
|
|
|
echo "<span style='color:green;'>已存在</span>";
|
|
|
echo "</div>";
|
|
|
- echo '<div style="flex:2;"><a href="step5.php?index='.$i.'">清空</a><span style="color:red;">注意!此操作将删除原数据库中所有数据!</span></div>';
|
|
|
+ echo '<div style="flex:2;"><a href="step5.php?index=0">清空</a><span style="color:red;">注意!此操作将删除原数据库中所有数据!</span></div>';
|
|
|
}
|
|
|
echo "</div>";
|
|
|
?>
|