Замена short_tags.

This commit is contained in:
2023-03-31 21:42:06 +03:00
parent 01b504e677
commit c41f36644c
712 changed files with 1204 additions and 1227 deletions
+3 -3
View File
@@ -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
}
?>