main.php -> index.php

This commit is contained in:
2018-02-03 05:30:12 +09:00
parent 02dce232fd
commit 7336847d04
10 changed files with 293 additions and 306 deletions
+1 -1
View File
@@ -4506,7 +4506,7 @@ function printCitysName($connect, $cityNo, $distance=1) {
function backButton() {
echo "
<input type=button value='돌아가기' onclick=location.replace('main.php')><br>
<input type=button value='돌아가기' onclick=location.replace('index.php')><br>
";
}