Changeset 488

Show
Ignore:
Timestamp:
04/15/07 01:04:11 (1 year ago)
Author:
Gregor
Message:

index.php: Added docs link.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dsss-smi/index.php

    r440 r488  
    5151if (file_exists("results.html")) { 
    5252?> 
    53 <a href='results.html'>Results of DSSS test builds</a> 
     53<a href='results.html'>Results of DSSS test builds</a><br> 
     54<?PHP 
     55
     56if (file_exists("docs")) { 
     57?> 
     58<a href='docs/'>Documentation for packages installable via the DSSS net feature</a><br> 
    5459<?PHP 
    5560}