From ee4f52443743d1a0dc32ad64ffcbd6d30ec9440a Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 11 Jan 2018 20:30:48 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A4=80=EB=B9=84=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- che/index.html | 8 ++++++++ che_close/d_setting/.htaccess | 1 + che_close/data/.htaccess | 1 + che_close/join.php | 1 + che_close/lib.php | 8 ++++---- che_close/logs/.htaccess | 1 + che_close/new_lib.php | 13 +++++++++++++ d_session/.htaccess | 1 + d_setting/.htaccess | 1 + f_config/config.php | 8 ++++---- 10 files changed, 35 insertions(+), 8 deletions(-) create mode 100644 che_close/d_setting/.htaccess create mode 100644 che_close/data/.htaccess create mode 100644 che_close/logs/.htaccess create mode 100644 che_close/new_lib.php create mode 100644 d_session/.htaccess create mode 100644 d_setting/.htaccess diff --git a/che/index.html b/che/index.html index f39c8363..2a5d662e 100644 --- a/che/index.html +++ b/che/index.html @@ -1 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/che_close/d_setting/.htaccess b/che_close/d_setting/.htaccess new file mode 100644 index 00000000..698196ae --- /dev/null +++ b/che_close/d_setting/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/che_close/data/.htaccess b/che_close/data/.htaccess new file mode 100644 index 00000000..698196ae --- /dev/null +++ b/che_close/data/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/che_close/join.php b/che_close/join.php index 8b335c04..f6462cbc 100644 --- a/che_close/join.php +++ b/che_close/join.php @@ -1,6 +1,7 @@ \ No newline at end of file diff --git a/d_session/.htaccess b/d_session/.htaccess new file mode 100644 index 00000000..698196ae --- /dev/null +++ b/d_session/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/d_setting/.htaccess b/d_setting/.htaccess new file mode 100644 index 00000000..698196ae --- /dev/null +++ b/d_setting/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/f_config/config.php b/f_config/config.php index 338ac1e9..a6307aed 100644 --- a/f_config/config.php +++ b/f_config/config.php @@ -5,10 +5,10 @@ ob_start(); // 주요 환경변수들 define(W, '/'); -//define(IMAGE, '../../image'); -//define(IMAGES, '../../images'); -define(IMAGE, 'http://115.68.28.99/image'); -define(IMAGES, 'http://115.68.28.99/images'); +define(IMAGE, '../../image'); +define(IMAGES, '../../images'); +//define(IMAGE, 'http://115.68.28.99/image'); +//define(IMAGES, 'http://115.68.28.99/images'); define(JQUERY, 'jquery-1.6.4.min.js'); define(MD5, 'md5-min.js');