tazwok rev 344

Small change web interface
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 22 16:28:56 2011 +0100 (2011-02-22)
parents 6845a689d4fe
children a838f6b6ba0f
files web/index.php
line diff
     1.1 --- a/web/index.php	Tue Feb 22 16:20:54 2011 +0100
     1.2 +++ b/web/index.php	Tue Feb 22 16:28:56 2011 +0100
     1.3 @@ -133,14 +133,14 @@
     1.4  	else {
     1.5  		echo "<li>Status: Chroot is not mounted</li>\n";
     1.6  	}
     1.7 -	include("$db_dir/summary");
     1.8 +	//include("$db_dir/summary");
     1.9  ?>
    1.10  	<li>Packages in the wok: <?php
    1.11  	system("cd $wok && ls -1 | wc -l"); ?></li>
    1.12  	<li>Packages in the main repository: <?php
    1.13 -	system("cd $packages  && ls -1t *.tazpkg | wc -l"); ?></li>
    1.14 +	system("cd $packages && ls -1t *.tazpkg | wc -l"); ?></li>
    1.15  	<li>Packages in the incoming repository: <?php
    1.16 -	system("cd $incoming  && ls -1t *.tazpkg | wc -l"); ?></li>
    1.17 +	system("cd $incoming && ls -1t *.tazpkg | wc -l"); ?></li>
    1.18  	<li>Commited packages: <?php
    1.19  	system("wc -l $packages/commit | cut -f 1 -d ' '"); ?></li>
    1.20  	<li>Packages to cook: <?php
    1.21 @@ -214,6 +214,7 @@
    1.22  			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
    1.23  			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
    1.24  			<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
    1.25 +			<li><a href="http://www.facebook.com/slitaz">SliTaz on Facebook</a></li>
    1.26  		</ul>
    1.27  	</div>
    1.28  	<h4>SliTaz Website</h4>