Файловый менеджер - Редактировать - /home/wuectly/www/03cbe/plugin.tar
Назад
index.php 0000604 00000001450 15245605474 0006374 0 ustar 00 <?php /** * @package JCE * @subpackage Editor * * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @copyright Copyright (c) 2009-2024 Ryan Demmer. All rights reserved * @license GNU General Public License version 2 or later; see LICENSE.txt */ \defined('_JEXEC') or die; ?> <!DOCTYPE html> <html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- [head] --> </head> <body lang="<?php echo $this->language; ?>" id="jce" class="uk-jce <?php echo $this->theme; ?> uk-form uk-form-horizontal" data-plugin="<?php echo $this->getName(); ?>"> <!-- [body] --> </body> </html> tmpl/index.html 0000604 00000000054 15245605474 0007524 0 ustar 00 <html><body bgcolor="#FFFFFF"></body></html>