Замена short_tags.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
if(!defined('GAME'))
|
||||
{
|
||||
die();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
if(!defined('GAME')){
|
||||
die();
|
||||
}
|
||||
@@ -227,7 +227,7 @@ function takeItem(id)
|
||||
$.post('../../jx/dungeon.php',{x:xxx,y:yyy,ddid:<?=(int)$_GET['r']?>,id:<?= time(); ?>,takeItem:id},function(data){$("#rd").html(data);});
|
||||
}
|
||||
|
||||
<?
|
||||
<?php
|
||||
if($u->info['admin']>0 || $u->info['id']==1000010)
|
||||
{
|
||||
?>
|
||||
@@ -349,7 +349,7 @@ function closeAdminion()
|
||||
document.getElementById('editor').innerHTML = '';
|
||||
goPix(9,9,true);
|
||||
}
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -414,7 +414,7 @@ function goPix(x,y,fast)
|
||||
background-color:#E4F3DE;
|
||||
border: 1px dotted #00CC00;
|
||||
}
|
||||
<?
|
||||
<?php
|
||||
$i = 0;
|
||||
while($i<=$stl)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
if(!defined('GAME')){
|
||||
die();
|
||||
}
|
||||
@@ -49,7 +49,7 @@ while($row = mysql_fetch_assoc($Query)){
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
<?
|
||||
<?php
|
||||
if ( $_POST['botSelect'] != '0' ) {
|
||||
$sBot = mysql_fetch_assoc(mysql_query("SELECT * FROM test_bot WHERE id='".$_POST['botSelect']."' ORDER BY id ASC"));
|
||||
}
|
||||
@@ -573,6 +573,6 @@ if( isset($sBot) ){
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
if(!defined('GAME')){
|
||||
die();
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
if(!defined('GAME')){
|
||||
die();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user