Hmmm... So I found where this is handled in the PHP code and it looks correct:
case "lastfile": // Returns numeric index of last file
array_push ($output, count($file)-1);
break;
case "lastrank": // Returns numeric index of last rank
array_push ($output, count($rank)-1);
break;
Hmmm... So I found where this is handled in the PHP code and it looks correct:
So I'm not sure why this is happening.