0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: manage.tar
index.html 0000666 00000000037 15137174273 0006557 0 ustar 00 <!DOCTYPE html><title></title> default_filter.php 0000666 00000002355 15137174273 0010271 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage Templates.hathor * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @since 1.6 */ // no direct access defined('_JEXEC') or die; ?> <fieldset id="filter-bar"> <div class="filter-search"> <?php foreach($this->form->getFieldSet('search') as $field): ?> <?php /* remove "onchange" action for accessibility reasons*/?> <?php $this->form->setFieldAttribute($field->fieldname, 'onchange', '', 'filters');?> <?php if (!$field->hidden): ?> <?php echo $field->label; ?> <?php endif; ?> <?php echo $field->input; ?> <?php endforeach; ?> </div> <div class="filter-select"> <?php foreach($this->form->getFieldSet('select') as $field): ?> <?php /* remove "onchange" action for accessibility reasons*/?> <?php $this->form->setFieldAttribute($field->fieldname, 'onchange', '', 'filters');?> <?php if (!$field->hidden): ?> <?php echo $field->label; ?> <?php endif; ?> <?php echo $field->input; ?> <?php endforeach; ?> <button type="submit" id="filter-go"> <?php echo JText::_('JSUBMIT'); ?></button> </div> </fieldset> <div class="clr"></div> .htaccess 0000666 00000000177 15137174273 0006365 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>