0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
modules
/
[
Home
]
File: mod-top_images_th.php
<?php //this script may only be included - so its better to die if called directly. if (strpos($_SERVER["SCRIPT_NAME"],basename(__FILE__)) !== false) { header("location: index.php"); exit; } global $imagegallib; include_once ("lib/imagegals/imagegallib.php"); $ranking = $imagegallib->list_images(0, $module_rows, 'hits_desc', ''); $smarty->assign('modTopImages', $ranking["data"]);