0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: mod_stats.tar
tmpl/index.html 0000666 00000000037 15137214356 0007530 0 ustar 00 <!DOCTYPE html><title></title> tmpl/default.php 0000666 00000000725 15137214356 0007674 0 ustar 00 <?php /** * @package Joomla.Site * @subpackage mod_stats * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access defined('_JEXEC') or die; ?> <dl class="stats-module<?php echo $moduleclass_sfx ?>"> <?php foreach ($list as $item) : ?> <dt><?php echo $item->title;?></dt> <dd><?php echo $item->data;?></dd> <?php endforeach; ?> </dl> tmpl/.htaccess 0000666 00000000177 15137214356 0007336 0 ustar 00 <FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>