js css 버전 상수 추가
This commit is contained in:
6
extend/version.extend.php
Normal file
6
extend/version.extend.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
define('G5_JS_VER', '161020');
|
||||
define('G5_CSS_VER', '161020');
|
||||
?>
|
||||
Reference in New Issue
Block a user