wok-current rev 3524
tazbb: Fix web interface unbuilt stats
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Jun 21 17:59:21 2009 +0200 (2009-06-21) |
parents | d7b9d3ce48da |
children | 69d3f80c266e |
files | tazbb/stuff/web/index.php |
line diff
1.1 --- a/tazbb/stuff/web/index.php Sun Jun 21 11:25:00 2009 +0200 1.2 +++ b/tazbb/stuff/web/index.php Sun Jun 21 17:59:21 2009 +0200 1.3 @@ -96,7 +96,7 @@ 1.4 <h3>Unbuilt</h3> 1.5 <pre class="package"> 1.6 <?php 1.7 -include("$db_dir/unbuilt.urls"); 1.8 +include("$db_dir/unbuilt"); 1.9 ?> 1.10 </pre> 1.11