소셜 로그인 디버그 기능 추가

This commit is contained in:
thisgun
2018-04-03 18:05:07 +09:00
parent 4acf2a5686
commit e5fd02516f
5 changed files with 37 additions and 2 deletions

View File

@ -2,6 +2,11 @@
$sub_menu = '100000';
include_once('./_common.php');
@include_once('./safe_check.php');
if(function_exists('social_log_file_delete')){
social_log_file_delete(86400); //소셜로그인 디버그 파일 24시간 지난것은 삭제
}
$g5['title'] = '관리자메인';
include_once ('./admin.head.php');