short open tag off

This commit is contained in:
gnuboard
2013-04-25 14:29:42 +09:00
parent e53639b07d
commit 67881a5d6f
253 changed files with 3188 additions and 3194 deletions

View File

@ -1,3 +1,3 @@
<?
<?php
include_once('../../common.php');
?>

View File

@ -9,7 +9,7 @@ include_once("./_common.php");
</form>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script src="<?=$g4[path]?>/plugin/captcha/captcha.js" type="text/javascript"></script>
<script src="<?php echo $g4[path]; ?>/plugin/captcha/captcha.js" type="text/javascript"></script>
<script>
function change_captcha()
{

View File

@ -1,3 +1,3 @@
<?
<?php
include_once('../../common.php');
?>

View File

@ -1,4 +1,4 @@
<?
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 핸드폰번호 체크

View File

@ -1,4 +1,4 @@
<?
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 휴대폰번호 포맷(010-0000-0000) 변경해서 기록

View File

@ -1,4 +1,4 @@
<?
<?php
include_once('./_common.php');
// /home/kcpcert_enc ( 서버상 bin 폴더 이전까지 경로)
@ -17,9 +17,8 @@ if($config['cf_kcpcert_site_cd'] && $config['cf_kcpcert_site_cd'] != 'S6186') {
$cert_url = 'https://testcert.kcp.co.kr/kcp_cert/cert_view.jsp';
}
*/
if ($config['cf_kcpcert_use'] == 1) { // 실제사용
//$site_cd = 'SM'.$config['cf_kcpcert_site_cd'];
$site_cd = $config['cf_kcpcert_site_cd'];
if ($config['cf_kcpcert_use'] == 1) { // 실서비스
$site_cd = 'SM'.$config['cf_kcpcert_site_cd'];
$cert_url = 'https://cert.kcp.co.kr/kcp_cert/cert_view.jsp';
} else if ($config['cf_kcpcert_use'] == -1) { // 테스트사용
$site_cd = 'S6186';

View File

@ -1,4 +1,4 @@
<?
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// kcp 휴대폰인증파일
@ -9,11 +9,11 @@ if(!$ordr_idxx)
$ordr_idxx = get_uniqid();
?>
<form name="form_auth" method="post" target="auth_popup" action="<?=$cert_url?>">
<form name="form_auth" method="post" target="auth_popup" action="<?php echo $cert_url ?>">
<!-- 유저네임 -->
<input type="hidden" name="user_name" value="" />
<!-- 주문번호 -->
<input type="hidden" name="ordr_idxx" value="<?=$ordr_idxx?>">
<input type="hidden" name="ordr_idxx" value="<?php echo $ordr_idxx ?>">
<!-- 요청종류 -->
<input type="hidden" name="req_tx" value="cert"/>
<!-- 인증종류 -->
@ -25,9 +25,9 @@ if(!$ordr_idxx)
<input type="hidden" name="fix_commid" value="KTF"/>
-->
<!-- 사이트코드 -->
<input type="hidden" name="site_cd" value="<?= $site_cd ?>" />
<input type="hidden" name="site_cd" value="<?php echo $site_cd; ?>" />
<!-- Ret_URL : 인증결과 리턴 페이지 ( 가맹점 URL 로 설정해 주셔야 합니다. ) -->
<input type="hidden" name="Ret_URL" value="<?=G4_KCP_URL?>/kcpcert_result.php" />
<input type="hidden" name="Ret_URL" value="<?php echo G4_KCP_URL; ?>/kcpcert_result.php" />
<!-- cert_otp_use 필수 ( 메뉴얼 참고)
Y : 실명 확인 + OTP 점유 확인 , N : 실명 확인 only
-->

View File

@ -129,7 +129,7 @@ $ct_cert->mf_clear();
{
opener.document.form_auth.veri_up_hash.value = frm.up_hash.value; // up_hash 데이터 검증을 위한 필드
frm.action="<?=$cert_url?>";
frm.action="<?php echo $cert_url ?>";
frm.submit();
}
}
@ -137,12 +137,12 @@ $ct_cert->mf_clear();
</head>
<body oncontextmenu="return false;" ondragstart="return false;" onselectstart="return false;">
<form name="form_auth" method="post">
<?= $sbParam ?>
<?php echo $sbParam ?>
</form>
</body>
</html>
<?
<?php
if($locale_change)
setlocale(LC_CTYPE, $def_locale);
?>

View File

@ -1,4 +1,4 @@
<?
<?php
include_once('./kcpcert_config.php');
set_session('ss_kcpcert_no', '');
@ -177,10 +177,10 @@ $(function() {
var $opener = window.opener;
// 인증정보
$opener.$("input[name=mb_hp]").val("<?=$phone_no?>");
$opener.$("input[name=mb_name]").val("<?=$user_name?>");
//$opener.$("input[name=kcpcert_no]").val("<?=$md5_cert_no?>");
//$opener.$("input[name=kcpcert_time]").val("<?=G4_TIME_YMDHIS?>");
$opener.$("input[name=mb_hp]").val("<?php echo $phone_no ?>");
$opener.$("input[name=mb_name]").val("<?php echo $user_name ?>");
//$opener.$("input[name=kcpcert_no]").val("<?php echo $md5_cert_no ?>");
//$opener.$("input[name=kcpcert_time]").val("<?php echo G4_TIME_YMDHIS ?>");
window.close();
});
</script>

View File

@ -1,2 +0,0 @@
git 에서 디렉토리는 push 되지 않으므로 일부러 생성한 파일입니다.
디렉토리에 다른 파일이 하나라도 있다면 나중에 삭제하세요.

View File

@ -1,4 +1,4 @@
<?PHP
<?php
// 타임존
$GLOBALS['syndi_time_zone'] = '+09:00';