Browse Source

更改 資料庫管理系統改成設計資料庫查詢系統

oransheep 3 years ago
parent
commit
de9e1ae955
1 changed files with 1 additions and 1 deletions
  1. 1 1
      home.php

+ 1 - 1
home.php

@@ -171,7 +171,7 @@ if (!isset($_SESSION['loggedin'])) {
 						</header>
 						<div class="panel-body">
 							<div class="panel-body-title">
-								<h4 class="text-semibold mt-sm">資料庫管理系統</h4>
+								<h4 class="text-semibold mt-sm">設計資料庫查詢系統</h4>
 								<hr class="solid short">
 								<a href="/DataBase/index.php"><button type="button" class="mb-xs mt-xs mr-xs btn btn-primary">進入</button></a>
 							</div>