Merge branch 'g5'

This commit is contained in:
chicpro
2014-08-20 15:27:53 +09:00
4 changed files with 51 additions and 68 deletions

View File

@ -12,5 +12,7 @@ if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') { //https 통신
include_once($member_skin_path.'/zip.skin.php');
echo '<script src="'.G5_JS_URL.'/zip.js"></script>';
include_once(G5_PATH.'/tail.sub.php');
?>