Subversion Repositories SvarDOS

Rev

Rev 1765 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1765 Rev 1766
Line 52... Line 52...
52
 
52
 
53
        foreach ($arr as $l => $d) {
53
        foreach ($arr as $l => $d) {
54
          echo "<li><a href=\"download/{$lastver}/svardos-{$lastver}-{$l}-EN_ONLY.zip\">{$d}</a></li>\n";
54
          echo "<li><a href=\"download/{$lastver}/svardos-{$lastver}-{$l}-EN_ONLY.zip\">{$d}</a></li>\n";
55
        }
55
        }
56
      ?>
56
      ?>
57
      <p>(no translations, less floppies)</p>
-
 
58
      </ul>
57
      </ul>
-
 
58
      <p>(no translations, less floppies)</p>
59
    </div>
59
    </div>
60
    <?php
60
    <?php
61
      $latestbuild = scandir('download/', SCANDIR_SORT_DESCENDING)[0];
61
      $latestbuild = scandir('download/', SCANDIR_SORT_DESCENDING)[0];
62
      if ($latestbuild !== $lastver) {
62
      if ($latestbuild !== $lastver) {
63
        echo "    <div>\n";
63
        echo "    <div>\n";