css js 버전 코드 수정

This commit is contained in:
thisgun
2019-12-23 10:01:29 +09:00
parent ffc43056b4
commit 32e024f52e

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');
?>