File manager - Edit - /home/jardides/www/Jardi-design/j37/plugins/fabrik_form/email/tmpl/debug.php
Back
<?php /** * This is a sample email template. It will just print out all of the request data: * * @package Joomla.Plugin * @subpackage Fabrik.form.email * @copyright Copyright (C) 2005-2016 Media A-Team, Inc. - All rights reserved. * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html */ // No direct access defined('_JEXEC') or die('Restricted access'); ?> <table border="1"> <?php foreach ($this->data as $key => $val) { echo '<tr><td>' . $key . '</td><td>'; if (is_array($val)) : foreach ($val as $v): if (is_array($v)) : echo implode("<br>", $v); else: echo implode("<br>", $val); endif; endforeach; else: echo $val; endif; echo "</td></tr>"; } ?> </table>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings