diff --git a/config.php b/config.php index 6a0ae943a..4532f3cd6 100644 --- a/config.php +++ b/config.php @@ -7,7 +7,7 @@ // 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음 define('_GNUBOARD_', true); -if (PHP_VERSION >= '5.3.0') { +if (PHP_VERSION >= '5.1.0') { //if (function_exists("date_default_timezone_set")) date_default_timezone_set("Asia/Seoul"); date_default_timezone_set("Asia/Seoul"); } diff --git a/extend/.htaccess b/extend/.htaccess index 792d60054..ca17088a0 100644 --- a/extend/.htaccess +++ b/extend/.htaccess @@ -1 +1 @@ -# +# .htaccess \ No newline at end of file