View Single Post
  #2  
Old 03-09-2010, 09:03 AM
justme justme is offline
Member
 
Join Date: Feb 2008
Posts: 35
Fixed by replacing line 161 of /usr/local/lsws/share/autoindex/default.php
with
$fileStat->size = (float) exec('stat -c %s '.escapeshellarg("$path$file"));
Reply With Quote