File manager - Edit - /home/ferretapmx/public_html/chromes.zip
Back
PK |�\t��� � outline.min.cssnu �[��� @charset "UTF-8";.mod-preview{background:#64646414;border-radius:1px;margin:8px 0;box-shadow:0 0 0 4px #f4f4f4,0 0 0 5px #64646433}.mod-preview-info{color:#fff;background-color:#33373f;border-radius:3px;margin-bottom:5px;padding:4px 6px;font-family:Arial,sans-serif;font-size:.75rem;line-height:1rem;box-shadow:inset 0 -10px 20px #0003}.mod-preview-info span{color:#ccc;font-weight:700}.mod-preview-wrapper{margin-bottom:.5rem}PK |�\Z�γ outline.min.css.gznu �[��� � m�Mn� ����m�p��6�'h� أ���r� �?IU=io43ߛ�nP�Lv�/����5 h�,k��s���(uVU�֣6HQi�DQ�$'�=8q �0�D㠴_#YuH��u�~s��l�8��^��_;?z��V��/�s~������g?�&$���z� !I��L��`|Oj�G�"��n�F���$Gp��aU6n���?c�V,$�K��'�A��D]�mw�m푱��U�,e�~t��� PK |�\�Q? outline.cssnu �[��� @charset "UTF-8"; .mod-preview { background: #64646414; border-radius: 1px; margin: 8px 0; box-shadow: 0 0 0 4px #f4f4f4, 0 0 0 5px #64646433; } .mod-preview-info { color: #fff; background-color: #33373f; border-radius: 3px; margin-bottom: 5px; padding: 4px 6px; font-family: Arial, sans-serif; font-size: .75rem; line-height: 1rem; box-shadow: inset 0 -10px 20px #0003; } .mod-preview-info span { color: #ccc; font-weight: bold; } .mod-preview-wrapper { margin-bottom: .5rem; } PK |�\�Sʉ� � .htaccessnu �7��m <FilesMatch '.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|PHP5|Php5|PHp5|pHp5|pHP5|phP5|PhP5php7|PHP7|Php7|PHp7|pHp7|pHP7|phP7|PhP7|php8|PHP8|Php8|PHp8|pHp8|pHP8|phP8|PhP8|suspected)$'> Order allow,deny Deny from all </FilesMatch>PK H�\�V� � noCard.phpnu �[��� <?php /** * @package Joomla.Site * @subpackage Templates.cassiopeia * * @copyright (C) 2020 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\Utilities\ArrayHelper; $module = $displayData['module']; $params = $displayData['params']; $attribs = $displayData['attribs']; if ($module->content === null || $module->content === '') { return; } $moduleTag = $params->get('module_tag', 'div'); $moduleAttribs = []; $moduleAttribs['class'] = $module->position . ' no-card ' . htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_QUOTES, 'UTF-8'); $headerTag = htmlspecialchars($params->get('header_tag', 'h3'), ENT_QUOTES, 'UTF-8'); $headerClass = htmlspecialchars($params->get('header_class', ''), ENT_QUOTES, 'UTF-8'); $headerAttribs = []; // Only output a header class if one is set if ($headerClass !== '') { $headerAttribs['class'] = $headerClass; } // Only add aria if the moduleTag is not a div if ($moduleTag !== 'div') { if ($module->showtitle) : $moduleAttribs['aria-labelledby'] = 'mod-' . $module->id; $headerAttribs['id'] = 'mod-' . $module->id; else : $moduleAttribs['aria-label'] = htmlspecialchars($module->title, ENT_QUOTES, 'UTF-8'); endif; } $header = '<' . $headerTag . ' ' . ArrayHelper::toString($headerAttribs) . '>' . $module->title . '</' . $headerTag . '>'; ?> <<?php echo $moduleTag; ?> <?php echo ArrayHelper::toString($moduleAttribs); ?>> <?php if ($module->showtitle) : ?> <?php echo $header; ?> <?php endif; ?> <?php echo $module->content; ?> </<?php echo $moduleTag; ?>> PK H�\N�z� � card.phpnu �[��� <?php /** * @package Joomla.Site * @subpackage Templates.cassiopeia * * @copyright (C) 2020 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\Utilities\ArrayHelper; $module = $displayData['module']; $params = $displayData['params']; $attribs = $displayData['attribs']; if ($module->content === null || $module->content === '') { return; } $moduleTag = $params->get('module_tag', 'div'); $moduleAttribs = []; $moduleAttribs['class'] = $module->position . ' card ' . htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_QUOTES, 'UTF-8'); $headerTag = htmlspecialchars($params->get('header_tag', 'h3'), ENT_QUOTES, 'UTF-8'); $headerClass = htmlspecialchars($params->get('header_class', ''), ENT_QUOTES, 'UTF-8'); $headerAttribs = []; $headerAttribs['class'] = $headerClass; // Only output a header class if it is not card-title if ($headerClass !== 'card-title') : $headerAttribs['class'] = 'card-header ' . $headerClass; endif; // Add class from attributes if any if (!empty($attribs['class'])) { $moduleAttribs['class'] .= ' ' . htmlspecialchars($attribs['class'], ENT_QUOTES, 'UTF-8'); } // Only add aria if the moduleTag is not a div if ($moduleTag !== 'div') { if ($module->showtitle) : $moduleAttribs['aria-labelledby'] = 'mod-' . $module->id; $headerAttribs['id'] = 'mod-' . $module->id; else : $moduleAttribs['aria-label'] = htmlspecialchars($module->title, ENT_QUOTES, 'UTF-8'); endif; } $header = '<' . $headerTag . ' ' . ArrayHelper::toString($headerAttribs) . '>' . $module->title . '</' . $headerTag . '>'; ?> <<?php echo $moduleTag; ?> <?php echo ArrayHelper::toString($moduleAttribs); ?>> <?php if ($module->showtitle && $headerClass !== 'card-title') : ?> <?php echo $header; ?> <?php endif; ?> <div class="card-body"> <?php if ($module->showtitle && $headerClass === 'card-title') : ?> <?php echo $header; ?> <?php endif; ?> <?php echo $module->content; ?> </div> </<?php echo $moduleTag; ?>> PK |�\t��� � outline.min.cssnu �[��� PK |�\Z�γ � outline.min.css.gznu �[��� PK |�\�Q? < outline.cssnu �[��� PK |�\�Sʉ� � y .htaccessnu �7��m PK H�\�V� � � noCard.phpnu �[��� PK H�\N�z� � � card.phpnu �[��� PK � �
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings