# HG changeset patch # User Antoine Bodin # Date 1298742454 -3600 # Node ID 6d135ff6b0352b952ee4e9c7b225e198abbd6897 # Parent e9a7c6b82fe62453f890224b29f588c4f4e3c675 Don't reload index.php when moving to an anchor diff -r e9a7c6b82fe6 -r 6d135ff6b035 web/index.php --- a/web/index.php Sat Feb 26 16:31:20 2011 +0100 +++ b/web/index.php Sat Feb 26 18:47:34 2011 +0100 @@ -1,7 +1,7 @@ ".date(DATE_RFC822).": $status\n"; - //include("$db_dir/summary"); + // Set $version_in_url. + if ("$version_in_url") { + $version_in_url="?version=$version_in_url"; + } ?>
  • Packages in the main repository:
  • -
  • Packages in the incoming repository: Packages in the incoming repository: "; system("cd $incoming && ls -1t *.tazpkg | wc -l"); ?>
  • -
  • Commited packages: Commited packages: "; system("wc -l < $db_dir/commit"); ?>
  • -
  • Packages to cook: Packages to cook: "; system("wc -l < $db_dir/cooklist"); ?>
  • -
  • Broken packages: Broken packages: "; system("wc -l < $db_dir/broken"); ?>
  • -
  • Blocked packages: Blocked packages: "; system("wc -l < $db_dir/blocked"); ?>