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
+6 -6
View File
@@ -1,4 +1,4 @@
<?
<?php
include "lib.php";
include "func.php";
$connect = dbConn();
@@ -11,7 +11,7 @@ increaseRefresh($connect, "왕조일람", 2);
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=utf-8'>
<title>왕조일람</title>
<link rel=stylesheet href=stylesheet.php type=text/css>
<? require('analytics.php'); ?>
<?php require('analytics.php'); ?>
</head>
<body oncontextmenu='return false'>
@@ -21,7 +21,7 @@ increaseRefresh($connect, "왕조일람", 2);
</td></tr>
</table>
<?
<?php
if($select == 0) {
$query = "select * from emperior order by no desc";
@@ -190,10 +190,10 @@ if($select == 0) {
?>
<table align=center width=1000 border=1 cellspacing=0 cellpadding=0 bordercolordark=gray bordercolorlight=black style=font-size:13;word-break:break-all;color:white; id=bg0>
<tr><td><? closeButton(); ?></td></tr>
<tr><td><? banner(); ?></td></tr>
<tr><td><?php closeButton(); ?></td></tr>
<tr><td><?php banner(); ?></td></tr>
</table>
<? PrintElapsedTime(); ?>
<?php PrintElapsedTime(); ?>
</body>
</html>