Changeset 488
- Timestamp:
- 04/15/07 01:04:11 (1 year ago)
- Files:
-
- branches/dsss-smi/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dsss-smi/index.php
r440 r488 51 51 if (file_exists("results.html")) { 52 52 ?> 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 } 56 if (file_exists("docs")) { 57 ?> 58 <a href='docs/'>Documentation for packages installable via the DSSS net feature</a><br> 54 59 <?PHP 55 60 }
