ソースを参照

Added primitive ajax.php for testing

Foppe Hemminga 6 年 前
コミット
3b541aa156
1 ファイル変更1 行追加1 行削除
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -97,7 +97,7 @@ TABLEFOOT;
         <td><?php echo htmlspecialchars(substr($row['start_time'], 0, -3)); ?></td>
         <td><?php $t = strtotime($row['utctime']); echo gmdate('H:i', $t); ?></td>
         <td><?php echo htmlspecialchars($row['horse']); ?></td>
-        <td><?php if ($row['torn']) { echo '<img scr="./'.$img.'" />'; }; ?></td>
+        <td><?php if ($row['torn']) { echo '<img scr="//relentless.rocks/scratchings-php/'.$img.'" />'; }; ?></td>
     </tr>
 	<?php endwhile; ?>
 </table>