이전 코드에서 일부 이전

This commit is contained in:
2018-01-11 22:14:36 +09:00
parent 3a025cfa70
commit 91a5ff805c
15 changed files with 1037 additions and 72 deletions
-2
View File
@@ -989,5 +989,3 @@ function fight($connect, $tnmt_type, $tnmt, $phs, $group, $g1, $g2, $type) {
pushFightLog($group, $log);
}
?>
+1 -1
View File
@@ -74,7 +74,7 @@ if(!$check) {
<tr>
<form method=post action=install1.php onsubmit='return check_submit()'>
<td align=center height=30>
<input type=image src=<?=$images;?>/inst_b_1.gif border=0 align=absmiddle>
<input type=button text='inst_b_1' border=0 align=absmiddle>
</td>
</form>
</tr>
+1 -2
View File
@@ -1,6 +1,6 @@
<?php
//임시 땜빵 리팩터링.
require_once("lib.php")
require_once "lib.php";
function dbConnRoot() {
global $connect, $HTTP_COOKIE_VARS;
@@ -10,4 +10,3 @@ function dbConnRoot() {
@MYDB_select_db($f[4], $connect) or Error("DB Select 에러가 발생했습니다","");
return $connect;
}
?>
+1
View File
@@ -0,0 +1 @@
Deny from all