Замена 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
+2 -2
View File
@@ -253,7 +253,7 @@ $plus = $plus[0];
<tr>
<td>
<?
<?php
$i = 1;
$days = ($time_finish - $time_start) / 86400;
while ($i <= $days) {
@@ -285,7 +285,7 @@ $plus = $plus[0];
RUB, средств в конце дня: <b><?= number_format($mft, 0, ",", " "); ?></b> RUB
</div>
<!-- -->
<?
<?php
$sp = mysql_query(
'SELECT * FROM `balance_money` WHERE `time` >= ' . $dt . '' . $noobs . ' AND `time` < ' . ($dt + 86400) . ' ORDER BY `time` ASC LIMIT ' . $lim
);