under construction 메세지 제거

This commit is contained in:
gnuboard
2013-01-12 11:58:18 +09:00
parent 04402cb385
commit 05d8e35501

View File

@ -1,10 +1,7 @@
<?php
// 이 파일은 새로운 파일 생성시 반드시 포함되어야 함
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!$member['mb_id']) {
echo "under construction";
exit;
}
$begin_time = get_microtime();
if (!isset($g4['title']))