Browse Source

Fix size calc for full tarball.

Rusty Russell 17 years ago
parent
commit
2257c0acfd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/staticall.php

+ 1 - 1
web/staticall.php

@@ -4,7 +4,7 @@ include('logo.html');
 include('menulist.html');
 include('static-configuration');
 
-$tarballsize=round((filesize($argv[2]."/ccan.tar.bz2") + 1023) / 1024);
+$tarballsize=round((filesize($argv[3]."/ccan.tar.bz2") + 1023) / 1024);
 ?>
 
 <h1> List of all CCAN modules: </h1>