42 lines
		
	
	
		
			914 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			914 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
// no caching
 | 
						|
header('Cache-Control: no-store, no-cache, must-revalidate');
 | 
						|
header('Cache-Control: post-check=0, pre-check=0', FALSE);
 | 
						|
header('Pragma: no-cache');
 | 
						|
 | 
						|
error_reporting( E_ALL );
 | 
						|
 | 
						|
 | 
						|
include( "../header.php" );
 | 
						|
 | 
						|
?>
 | 
						|
 | 
						|
<font size=5>Test Demos</font><br>
 | 
						|
 | 
						|
<table border=0 width="100%" cellpadding=5><tr><td bgcolor="#222222">
 | 
						|
 | 
						|
v14 working builds with new music editor.  You need a demo code from me to run these (so they don't escape into the wild):
 | 
						|
<br>
 | 
						|
<br>
 | 
						|
<center>
 | 
						|
<table border=0 cellpadding=4 cellspacing=1>
 | 
						|
<tr><td><a href="SleepIsDeath_v14a_demo_Windows.zip">SleepIsDeath_v14a_demo_Windows.zip</a></td></tr>
 | 
						|
<!--
 | 
						|
<tr><td><a href="SleepIsDeath_v14a_MacOSX.dmg">SleepIsDeath_v14a_MacOSX.dmg</a></td></tr>
 | 
						|
<tr><td><a href="SleepIsDeath_v14a_UnixSource.tar.gz">SleepIsDeath_v14a_UnixSource.tar.gz</a></td></tr>
 | 
						|
-->
 | 
						|
</table>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
</td></tr></table>
 | 
						|
<br>
 | 
						|
<br>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<?php include( "../footer.php" ); ?>
 |