Subversion Repositories SvarDOS

Rev

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

Rev 1766 Rev 1834
Line 61... Line 61...
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";
64
        echo "      <h3>Bleeding edge</h3>\n";
64
        echo "      <h3>Bleeding edge</h3>\n";
65
        echo "      <ul><li><a href=\"?p=files&amp;dir={$latestbuild}\">build {$latestbuild}</a></li></ul>\n";
65
        echo "      <ul><li><a href=\"?p=files&amp;dir={$latestbuild}\">build {$latestbuild}</a></li></ul>\n";
66
        echo "      <p>⚠ This build has not been tested! Try it and let us know how it works for you.</p>\n";
66
        echo "      <p>⚠ This build has not been thoroughly tested! Let us know how it works for you.</p>\n";
67
        echo "    </div>\n";
67
        echo "    </div>\n";
68
      }
68
      }
69
    ?>
69
    ?>
70
    </div>
70
    </div>
71
 
71