테스트 사이트 - 개발 중인 베타 버전입니다

영카트 5.0.9

· 11년 전 · 4511 · 14
bdbf77b Merge branch 'g5'
3c10411 스마트 에디터2 ie 11에서 개행문자 처리
M plugin/editor/smarteditor2/js/smarteditor2.js
M plugin/editor/smarteditor2/js/smarteditor2.min.js
5ef5508 로젠택배 배송조회 url 수정
M extend/shop.extend.php
d9c4464 Merge branch 'g5'
02f7e38 필드명 오타 수정
M bbs/qatail.php
3ab758a Merge branch 'g5'
a006bbe 회원가입폼 본인확인 관련 안내 출력 코드 수정
M mobile/skin/member/basic/register_form.skin.php
M skin/member/basic/register_form.skin.php
c16fd47 주문폼 주소검색 안내 메세지 수정
M mobile/shop/orderform.php
M shop/orderform.php
bd2a3b7 Merge branch 'g5'
12b298a datepicker 스타일 add_stylesheet 함수 적용
M plugin/jquery-ui/datepicker.php
A plugin/jquery-ui/style.css
3e992ea 개인결제 현금영수증 관련 코드 오타 수정
M mobile/shop/personalpayresult.php
M shop/personalpayresult.php
d5f1b25 Merge branch 'g5'
0018ffb 경로 설정 코드 수정
M common.php
0c1e38d Merge branch 'g5'
6a93948 스마트 에디터 이미지 업로드 유효성 체크 로빈아빠님이 알려주심
M plugin/editor/smarteditor2/photo_uploader/popup/js/basic.js
M plugin/editor/smarteditor2/photo_uploader/popup/php/UploadHandler.php
c9943c9 Merge branch 'g5'
2221d27 Merge branch 'master' of github.com:gnuboard/g5
25af73b 경로 설정코드에서 HTTP_HOST 사용하도록 수정
M common.php
5d8ae71 Merge branch 'master' of github.com:gnuboard/g5
7bdec88 스마트 에디터2 공백 삽입 소스로 인한 문제 수정
M plugin/editor/smarteditor2/editor.lib.php
M plugin/editor/smarteditor2/photo_uploader/plugin/hp_SE2M_AttachQuickPhoto.js
51ea776 Merge branch 'g5'
52dbc4b bo_notice 필드에 필요치않는 콤마 추가되는 문제 수정
M bbs/write_update.php

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 14개

고맙습니다
11년 전
감사합니다.
11년 전
감사합니다. 정말 잘쓰고 있습니다.
경로에 포트 번호가 중복되는 경우 common.php 파일의 코드를 아래처럼 수정해 보시기 바랍니다.
[code]
function g5_path()
{
$result['path'] = str_replace('\\', '/', dirname(__FILE__));
$tilde_remove = preg_replace('/^\/\~[^\/]+(.*)$/', '$1', $_SERVER['SCRIPT_NAME']);
$document_root = str_replace($tilde_remove, '', $_SERVER['SCRIPT_FILENAME']);
$root = str_replace($document_root, '', $result['path']);
$port = $_SERVER['SERVER_PORT'] != 80 ? ':'.$_SERVER['SERVER_PORT'] : '';
$http = 'http' . ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') ? 's' : '') . '://';
$user = str_replace(str_replace($document_root, '', $_SERVER['SCRIPT_FILENAME']), '', $_SERVER['SCRIPT_NAME']);
$host = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $_SERVER['SERVER_NAME'];
if(isset($_SERVER['HTTP_HOST']) && preg_match('/:[0-9]+$/', $host))
$host = preg_replace('/:[0-9]+$/', '', $host);
$result['url'] = $http.$host.$port.$user.$root;
return $result;
}
[/code]

게시글 목록

번호 제목
841
825
819
799
786
752
731
714
693
677
655
636
614
603
549
537
510
491
454
436