tiny-slitaz diff step1.php @ rev 5

refresh
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 07 23:37:02 2015 +0200 (2015-10-07)
parents d203aafad141
children ac214416e736
line diff
     1.1 --- a/step1.php	Tue Aug 21 11:16:18 2012 +0200
     1.2 +++ b/step1.php	Wed Oct 07 23:37:02 2015 +0200
     1.3 @@ -1,5 +1,6 @@
     1.4  <?php 
     1.5  
     1.6 +shell_exec("sudo ./helper --chkdist"); 
     1.7  $usedvars = array( "kernel", "modules", "packages", "toconfigure",
     1.8  	"continue", "configuring", "tmp_dir" );
     1.9  
    1.10 @@ -119,10 +120,7 @@
    1.11  
    1.12  <div>
    1.13  <form action="<?php echo $_SERVER["PHP_SELF"]; ?>" method="post" name="kernels">
    1.14 -<?php
    1.15 -	echo shell_exec("./helper --list-kernels ".$_POST["tmp_dir"]);
    1.16 -	post_hidden();
    1.17 -?>
    1.18 +<input type="hidden" name="kernel" value="linux" />
    1.19  <p>
    1.20  </p>
    1.21