관리자 접속자 기능 개선

This commit is contained in:
chicpro
2015-11-02 13:41:31 +09:00
parent 5bd41ba2f4
commit d77231ae1a
18 changed files with 1722 additions and 60 deletions

View File

@ -1,7 +1,7 @@
<?php
if (!defined('_GNUBOARD_')) exit;
@ini_set('memory_limit', '512M');
@ini_set('memory_limit', '-1');
// 게시글리스트 썸네일 생성
function get_list_thumbnail($bo_table, $wr_id, $thumb_width, $thumb_height, $is_create=false, $is_crop=true, $crop_mode='center', $is_sharpen=false, $um_value='80/0.5/3')