Advertisement
abeksis

zxczxc

Oct 6th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. echo "<tr>";
  3. echo "<td>".$i++."</td><td>".$pack["name"].'</td>';
  4. echo "<td>".'<a href="'.$pack["file"].'">'.$pack["version"]."</a>";
  5. echo '</td>';
  6. if (is_file($pack["file"]))
  7. echo "<td>".$pack["size"]."</td><td>".$pack["date"];
  8. if (time()-filemtime($pack["file"]) < 3*24*60*60)
  9. echo "<img src='../images/new.png' width='18px'>";
  10. echo "</td>";
  11. echo "</tr>";
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement