준비중
This commit is contained in:
@@ -1 +1,9 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
<meta http-equiv='Refresh' content='0;URL=../'>
|
<meta http-equiv='Refresh' content='0;URL=../'>
|
||||||
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
|
<meta http-equiv="Expires" content="0" />
|
||||||
|
</head>
|
||||||
|
<body></body></html>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Deny from all
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Deny from all
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
include "lib.php";
|
include "lib.php";
|
||||||
include "func.php";
|
include "func.php";
|
||||||
|
require_once("new_lib.php")
|
||||||
|
|
||||||
$id = $_POST[id];
|
$id = $_POST[id];
|
||||||
$pw = $_POST[pw];
|
$pw = $_POST[pw];
|
||||||
|
|||||||
+4
-4
@@ -54,11 +54,11 @@ $_baserice = 2000; // 기본 병량
|
|||||||
$_taxrate = 0.01; // 군량 매매시 세율
|
$_taxrate = 0.01; // 군량 매매시 세율
|
||||||
//$images = "http://115.68.28.99/images";
|
//$images = "http://115.68.28.99/images";
|
||||||
//$image = "http://115.68.28.99/image";
|
//$image = "http://115.68.28.99/image";
|
||||||
$images = "http://jwh1807.vipweb.kr/images";
|
//$images = "http://jwh1807.vipweb.kr/images";
|
||||||
$image = "http://jwh1807.vipweb.kr/image";
|
//$image = "http://jwh1807.vipweb.kr/image";
|
||||||
$image1 = "../d_pic";
|
$image1 = "../d_pic";
|
||||||
// $images = "images";
|
$images = "/images";
|
||||||
// $image = "image";
|
$image = "/image";
|
||||||
|
|
||||||
unset($member);
|
unset($member);
|
||||||
unset($setup);
|
unset($setup);
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
Deny from all
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
//임시 땜빵 리팩터링.
|
||||||
|
require_once("lib.php")
|
||||||
|
|
||||||
|
function dbConnRoot() {
|
||||||
|
global $connect, $HTTP_COOKIE_VARS;
|
||||||
|
$f = @file("../d_setting/set.php") or Error("set.php파일이 없습니다. DB설정을 먼저 하십시요!");
|
||||||
|
for($i=1; $i<= 4; $i++) $f[$i] = trim(str_replace("\n","",$f[$i]));
|
||||||
|
if(!$connect) $connect = @MYDB_connect($f[1],$f[2],$f[3]) or Error("DB 접속시 에러가 발생했습니다");
|
||||||
|
@MYDB_select_db($f[4], $connect) or Error("DB Select 에러가 발생했습니다","");
|
||||||
|
return $connect;
|
||||||
|
}
|
||||||
|
?>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Deny from all
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Deny from all
|
||||||
+4
-4
@@ -5,10 +5,10 @@ ob_start();
|
|||||||
// 주요 환경변수들
|
// 주요 환경변수들
|
||||||
define(W, '/');
|
define(W, '/');
|
||||||
|
|
||||||
//define(IMAGE, '../../image');
|
define(IMAGE, '../../image');
|
||||||
//define(IMAGES, '../../images');
|
define(IMAGES, '../../images');
|
||||||
define(IMAGE, 'http://115.68.28.99/image');
|
//define(IMAGE, 'http://115.68.28.99/image');
|
||||||
define(IMAGES, 'http://115.68.28.99/images');
|
//define(IMAGES, 'http://115.68.28.99/images');
|
||||||
|
|
||||||
define(JQUERY, 'jquery-1.6.4.min.js');
|
define(JQUERY, 'jquery-1.6.4.min.js');
|
||||||
define(MD5, 'md5-min.js');
|
define(MD5, 'md5-min.js');
|
||||||
|
|||||||
Reference in New Issue
Block a user