버전 5.4.1.3 수정

This commit is contained in:
thisgun
2019-12-23 10:04:48 +09:00
3 changed files with 20 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
define('G5_JS_VER', '191110');
define('G5_CSS_VER', '191110');
define('G5_JS_VER', '191202');
define('G5_CSS_VER', '191202');
?>