Subversion Repositories SvarDOS

Rev

Rev 15 | Rev 17 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15 Rev 16
Line 9... Line 9...
9
 
9
 
10
    <p>Need to get in touch, or wish to contribute some packages? Feel free to drop a line to the usenet group <b>alt.os.free-dos</b>. Alternatively, you could also reach me directly via <a href="https://sourceforge.net/u/userid-1220451/">sourceforge</a>.
10
    <p>Need to get in touch, or wish to contribute some packages? Feel free to drop a line to the usenet group <b>alt.os.free-dos</b>. Alternatively, you could also reach me directly via <a href="https://sourceforge.net/u/userid-1220451/">sourceforge</a>.
11
 
11
 
12
<?php
12
<?php
13
  // find the latest ISO file available
13
  // find the latest ISO file available
14
  $files = glob("*.iso", GLOB_NOSORT);
14
  $files = glob("svarog386-full-*.iso", GLOB_NOSORT);
15
  $files = array_combine($files, array_map("filemtime", $files));
15
  $files = array_combine($files, array_map("filemtime", $files));
16
  arsort($files);
16
  arsort($files);
17
  $latest_iso = key($files);
17
  $latest_iso = key($files);
18
 
18
 
19
  // compute file size and date
19
  // compute file size and date