# HG changeset patch # User Pascal Bellard # Date 1364231092 -3600 # Node ID 766f0bc172bc2466bac348e92bf4298e46747cec # Parent a0f508b59d34167483eaefcc579607b1de8af634 mirror: add qrcode on size field diff -r a0f508b59d34 -r 766f0bc172bc mirror/root/dir-generator.php --- a/mirror/root/dir-generator.php Mon Mar 25 17:43:07 2013 +0100 +++ b/mirror/root/dir-generator.php Mon Mar 25 18:04:52 2013 +0100 @@ -218,6 +218,7 @@ +
Path: /${vpath}
@@ -437,7 +438,11 @@ foreach($filelist as $file) { print "" .htmlentities($file['name']). ""; print "" . $file['modtimeasc'] . ""; - print "" . format_bytes($file['size']) . ""; + print "\"""; print "" . $file['file_type'] . "\n"; } @@ -465,7 +470,8 @@ Bugs Hg

- SliTaz @ + SliTaz @ Twitter Facebook Distrowatch @@ -478,16 +484,6 @@ alt="Valid XHTML 1.0" title="Code validé XHTML 1.0" style="width: 80px; height: 15px;" />

-

- # - - -