5.2.9.6 버전 수정

This commit is contained in:
thisgun
2017-11-07 10:14:21 +09:00
7 changed files with 36 additions and 15 deletions

View File

@ -8,6 +8,8 @@ if ($is_admin != 'super')
$g5['title'] = '메뉴 추가';
include_once(G5_PATH.'/head.sub.php');
$code = isset($code) ? preg_replace('/[^0-9a-zA-Z]/', '', strip_tags($code)) : '';
// 코드
if($new == 'new' || !$code) {
$code = base_convert(substr($code,0, 2), 36, 10);