adodb 최신버전으로 변경
<? 를 <?php 로 변경
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
include "lib.php";
|
||||
if(file_exists("d_setting/set.php")) error("이미 set.php가 생성되어 있습니다.<br><br>재설치하려면 해당 파일을 지우세요");
|
||||
|
||||
@@ -40,7 +40,7 @@ function check_view() {
|
||||
<td>
|
||||
<br>
|
||||
<img src=<?=$images;?>/inst_step1.gif>
|
||||
<textarea cols=90 rows=15 readonly><? include "license.txt"; ?></textarea>
|
||||
<textarea cols=90 rows=15 readonly><?php include "license.txt"; ?></textarea>
|
||||
<br>
|
||||
<input type=checkbox name=accept value=1 onclick="return check_view()"> 위의 라이센스를 모두 읽었으며 동의합니다
|
||||
</td>
|
||||
@@ -49,7 +49,7 @@ function check_view() {
|
||||
<tr>
|
||||
<td><br>
|
||||
<img src=<?=$images;?>/inst_step1-2.gif><br><br><br><div align=center>
|
||||
<?
|
||||
<?php
|
||||
if(fileperms(".")==16839||fileperms(".")==16895) $check="1";
|
||||
if(!$check) {
|
||||
echo "
|
||||
|
||||
Reference in New Issue
Block a user