adodb 최신버전으로 변경

<? 를 <?php 로 변경
This commit is contained in:
2018-01-11 19:28:35 +09:00
parent feff33715f
commit 7b3b674dee
450 changed files with 19425 additions and 32248 deletions
+7 -7
View File
@@ -1,4 +1,4 @@
<?
<?php
require_once('_common.php');
require_once(ROOT.W.F_CONFIG.W.DB.PHP);
require_once(ROOT.W.F_CONFIG.W.SESSION.PHP);
@@ -11,8 +11,8 @@ $member = $DB->Get($rs);
?>
<? include(MANAGE.W.FRAME); ?>
<?
<?php include(MANAGE.W.FRAME); ?>
<?php
if($member['GRADE'] >= 6) {
include(DONATION.W.FRAME);
include(MEMBER.W.FRAME);
@@ -23,12 +23,12 @@ if($member['GRADE'] >= 6) {
<div id="Entrance_0007"><font color=orange size=6><?=$system['NOTICE'];?></font></div>
<div id="Entrance_0004">심의</div>
<? $banner_id = $member['ID']; ?>
<?php $banner_id = $member['ID']; ?>
<div id="Entrance_0005">
<? include(ROOT.W.'i_banner/banner.php'); ?>
<?php include(ROOT.W.'i_banner/banner.php'); ?>
</div>
<div id="Entrance_0006">
<? include(ROOT.W.'i_banner/banner.php'); ?>
<?php include(ROOT.W.'i_banner/banner.php'); ?>
</div>
<div id="Entrance_0000" class="bg0">
@@ -59,7 +59,7 @@ if($member['GRADE'] >= 6) {
<input id="Entrance_000102" type="button" value="로 그 아 웃">
</div>
<?
<?php
if($member['GRADE'] >= 6) {
include(ADMIN.INC);
}
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
define(ROOT, '..');
require_once(ROOT.'/f_config/config.php');
require_once(ROOT.W.F_CONFIG.W.APP.PHP);
+3 -3
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
require_once('_common.php');
@@ -28,7 +28,7 @@ Entrance_AdminUpdate();
<div id="Entrance_00030002" class="bg1">선 택</div>
</div>
<div id="Entrance_000302">
<?
<?php
$i = 0;
foreach($_serverDirs as $serverDir) {
if(is_dir(ROOT.W.$serverDir.'_close') && is_dir(ROOT.W.$serverDir.'_rest')) {
@@ -75,7 +75,7 @@ foreach($_serverDirs as $serverDir) {
<input type="button" class="Entrance_ServerAdminListSelectButton2" value="119" onclick="Entrance_AdminOpen119('../<?=$serverDir;?>');">
</div>
</div>
<?
<?php
$i++;
}
?>
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
// $_POST['action'] : 0: 공지, 1: 서버
// $_POST['notice'] : 공지
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
require_once('_common.php');
?>
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
require_once('_common.php');
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
// $_POST['date'] : 일자
// $_POST['id'] : ID
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
define(ROOT, '../..');
require_once(ROOT.'/f_config/config.php');
require_once(ROOT.W.F_CONFIG.W.APP.PHP);
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
require_once('_common.php');
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
// $_POST['serverDir'] : 로그인할 서버 디렉토리
$serverDir = $_POST['serverDir'];
+2 -2
View File
@@ -1,4 +1,4 @@
<?
<?php
require_once('_common.php');
require_once(ROOT.W.F_CONFIG.W.SESSION.PHP);
?>
@@ -42,7 +42,7 @@ function Entrance() {
Entrance_Update();
}
</script>
<? require('../i_banner/analytics.php'); ?>
<?php require('../i_banner/analytics.php'); ?>
</head>
<body <?=BLOCKBODY;?>>
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
require_once('_common.php');
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
require_once('_common.php');
?>
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
require_once('_common.php');
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
define(ROOT, '../..');
require_once(ROOT.'/f_config/config.php');
require_once(ROOT.W.F_CONFIG.W.APP.PHP);
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
require_once('_common.php');
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
// $_FILES['picture'] : 사진파일
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
// $_POST['pw'] : PW
// $_POST['newPw'] : 새 PW
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
// $_POST['pw'] : PW
$pw = $_POST['pw'];
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
require_once('_common.php');
?>
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
// $_GET['select'] : 정렬선택
$select = $_GET['select'];
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
// $_POST['select'] : 처리종류
// $_POST['no'] : NO
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
define(ROOT, '../..');
require_once(ROOT.'/f_config/config.php');
require_once(ROOT.W.F_CONFIG.W.APP.PHP);
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
// 외부 파라미터
require_once('_common.php');