php8.0 버전 호환 코드 적용 및 PHP 끝 태그 삭제 일괄적용
This commit is contained in:
@ -2,9 +2,7 @@
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
$data_path = '../'.G5_DATA_DIR;
|
||||
|
||||
|
||||
if (!$title) $title = G5_VERSION." 설치";
|
||||
|
||||
if (! (isset($title) && $title)) $title = G5_VERSION." 설치";
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="ko">
|
||||
@ -94,5 +92,4 @@ if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN') {
|
||||
$write_data_dir = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
||||
Reference in New Issue
Block a user