wok-next diff tazbb/stuff/web/index.php @ rev 5823

tazbb: add stable support for log.php
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 15 17:53:08 2010 +0200 (2010-07-15)
parents ea926ba90106
children 8e71b2f70bb0
line diff
     1.1 --- a/tazbb/stuff/web/index.php	Thu Jul 15 11:12:24 2010 +0200
     1.2 +++ b/tazbb/stuff/web/index.php	Thu Jul 15 17:53:08 2010 +0200
     1.3 @@ -92,7 +92,10 @@
     1.4  
     1.5  <p>
     1.6  <form action="log.php" method="get">
     1.7 -	Show cooklog: <input type="text" name="package" />
     1.8 +<?php
     1.9 +	if ($version == 'stable')
    1.10 +		echo '<input type="hidden" name="stable" value="1" />';
    1.11 +?>	Show cooklog: <input type="text" name="package" />
    1.12  	<!-- <input type="submit" value="Show" /> -->
    1.13  </form>
    1.14  </p>