Changeset 440
- Timestamp:
- 04/02/07 15:56:48 (2 years ago)
- Files:
-
- branches/dsss-smi/edit.php (modified) (1 diff)
- branches/dsss-smi/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dsss-smi/edit.php
r237 r440 90 90 $indat = escapeshellcmd($indat); 91 91 $indat = str_replace("\\\n", "\n", $indat); 92 $indat = str_replace("\\#", "#", $indat); 93 92 94 $inlines = explode("\n", $indat); 93 95 foreach ($inlines as $line) { branches/dsss-smi/index.php
r103 r440 45 45 <input type='submit' value='Register'> 46 46 </form> 47 48 <hr> 49 50 <?PHP 51 if (file_exists("results.html")) { 52 ?> 53 <a href='results.html'>Results of DSSS test builds</a> 54 <?PHP 55 } 56 ?> 57 </body> 58 </HTML>
