ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF x x ?? C ?? C ?à " ?? ?? μ } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú?? ?? μ w !1AQ aq"2?B‘?±á #3Rebr?{
File "debug.php"
Full Path: /home/zcziejy/ryadselyen/plugins/loco-translate/tpl/admin/bundle/debug.php
File size: 870 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Show bundle diagnostics
*/
$this->extend('../layout');
/* @var Loco_mvc_ViewParams $meta */
?>
<p>
<?php esc_html_e('This information is for developers to find problems in the bundle setup','loco-translate')?>.
</p>
<p data-vendor="<?php $meta->e('vendor')?>">
<?php echo $meta->author?>
</p><?php
/* @var $notices Loco_mvc_ViewParams[] */
foreach( $notices as $notice ):?>
<div class="<?php $notice->e('style')?>">
<p>
<strong class="has-icon"> </strong>
<?php $notice->e('body')?>
</p>
</div><?php
endforeach;
/* @var Loco_mvc_ViewParams $params */
if( $params->has('xml') ):?>
<div class="notice inline notice-generic">
<h4>Current configuration as XML:</h4>
<pre><?php $params->e('xml')?></pre>
</div><?php
endif?>