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";
//로그인 검사
@@ -1051,7 +1051,7 @@ select { background-color:black;color:white; }
input { background-color:black;color:white; }
-->
</style>
<? require('analytics.php'); ?>
<?php require('analytics.php'); ?>
</head>
<body oncontextmenu='return false'>
@@ -1480,7 +1480,7 @@ input { background-color:black;color:white; }
</td>
</tr>
<tr><td colspan=3>
<?
<?php
if($isgen == "장수공격" || $isgen == "성벽공격") {
echo $msg;
} elseif($isgen == "장수평균" || $isgen == "성벽평균") {
@@ -1501,7 +1501,7 @@ if($isgen == "장수공격" || $isgen == "성벽공격") {
<td width=500 align=center>-</td>
</tr>
<?
<?php
for($i=0; $i <= 5; $i++) {
printSimul($game, $i);
}
@@ -1535,9 +1535,9 @@ if($isgen == "장수공격" || $isgen == "성벽공격") {
</table>
</form>
</body>
<? PrintElapsedTime(); ?>
<?php PrintElapsedTime(); ?>
</html>
<?
<?php
function printSimul($game, $i) {
$att = $game["att{$i}"];