Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<div id="clientsbox" class="section clientsbox"> <h2 class="app-name"><?php p($l->t('Get ..

Decoded Output download

<div id="clientsbox" class="section clientsbox">
	<h2 class="app-name"><?php p($l->t('Get the apps to sync your files'));?></h2>
	<a href="<?php p($_['clients']['desktop']); ?>" rel="noreferrer" target="_blank">
		<img src="<?php print_unescaped(image_path('core', 'desktopapp.svg')); ?>"
		alt="<?php p($l->t('Desktop client'));?>" />
	</a>
	<a href="<?php p($_['clients']['android']); ?>" rel="noreferrer" target="_blank">
		<img src="<?php print_unescaped(image_path('core', 'googleplay.png')); ?>"
		alt="<?php p($l->t('Android app'));?>" />
	</a>
	<a href="<?php p($_['clients']['ios']); ?>" rel="noreferrer" target="_blank">
		<img src="<?php print_unescaped(image_path('core', 'appstore.svg')); ?>"
		alt="<?php p($l->t('iOS app'));?>" />
	</a>
	<?php if (OC_Util::getEditionString() === OC_Util::EDITION_COMMUNITY): ?>
		<p>
			<?php print_unescaped($l->t('If you want to support the project
			<a href="https://owncloud.com/contribute"
			target="_blank" rel="noreferrer">join development</a>
			or
			<a href="https://owncloud.com/promote"
			target="_blank" rel="noreferrer">spread the word</a>!'));?>
		</p>
	<?php endif; ?>
	<?php if (OC_APP::isEnabled('firstrunwizard')) {
		?>
		<p><a class="button" href="#" id="showWizard"><?php p($l->t('Show First Run Wizard again')); ?></a></p>
	<?php
	}?>
</div>

Did this file decode correctly?

Original Code

<div id="clientsbox" class="section clientsbox">
	<h2 class="app-name"><?php p($l->t('Get the apps to sync your files'));?></h2>
	<a href="<?php p($_['clients']['desktop']); ?>" rel="noreferrer" target="_blank">
		<img src="<?php print_unescaped(image_path('core', 'desktopapp.svg')); ?>"
		alt="<?php p($l->t('Desktop client'));?>" />
	</a>
	<a href="<?php p($_['clients']['android']); ?>" rel="noreferrer" target="_blank">
		<img src="<?php print_unescaped(image_path('core', 'googleplay.png')); ?>"
		alt="<?php p($l->t('Android app'));?>" />
	</a>
	<a href="<?php p($_['clients']['ios']); ?>" rel="noreferrer" target="_blank">
		<img src="<?php print_unescaped(image_path('core', 'appstore.svg')); ?>"
		alt="<?php p($l->t('iOS app'));?>" />
	</a>
	<?php if (OC_Util::getEditionString() === OC_Util::EDITION_COMMUNITY): ?>
		<p>
			<?php print_unescaped($l->t('If you want to support the project
			<a href="https://owncloud.com/contribute"
			target="_blank" rel="noreferrer">join development</a>
			or
			<a href="https://owncloud.com/promote"
			target="_blank" rel="noreferrer">spread the word</a>!'));?>
		</p>
	<?php endif; ?>
	<?php if (OC_APP::isEnabled('firstrunwizard')) {
		?>
		<p><a class="button" href="#" id="showWizard"><?php p($l->t('Show First Run Wizard again')); ?></a></p>
	<?php
	}?>
</div>

Function Calls

None

Variables

None

Stats

MD5 09bbc1519356e2c21157afa7b90f857c
Eval Count 0
Decode Time 109 ms