echo eedt_output_array($_COOKIE, 'no_cookie_vars');
?>
</pre>
</div>
<h4>$_GET</h4>

<div id="EEDebug_get">
	<pre><?php 
echo eedt_output_array($_GET, 'no_get_vars');
?>
</pre>
</div>

<h4>$_POST</h4>
<div id="EEDebug_post">
	<pre><?php 
echo eedt_output_array($_POST, 'no_post_vars');
?>
</pre>
</div>

<h4><?php 
echo lang('ee_session');
?>
</h4>
<div id="EEDebug_ee_session">
	<pre><?php 
echo eedt_output_array($session_data, 'no_session_vars');
?>
</pre>
</div>
Example #2
0
<h4><?php 
echo lang('configuration');
?>
</h4>
<pre><?php 
echo eedt_output_array($config_data, 'no_config_vars');
?>
</pre>