changed git call from https to git readonly
[atutor.git] / mods / wiki / spages / LeastPopular.php
1 <?php
2 /*
3    being the opposite of MostVisitedPages.
4 */
5
6 echo ewiki_page_ordered_list("hits", 0, "%nx viewed", $id);
7
8 ?>