public
Description: Personal blog
Homepage: http://blog.alexgirard.com
Clone URL: git://github.com/alx/alexgirard.com-blog.git
100644 12 lines (11 sloc) 0.206 kb
1
2
3
4
5
6
7
8
9
10
11
12
<?php global $tarski_options; ?>
<div class="tarski-debug">
<h4>$_POST</h4>
<pre>
<?php print_r($_POST); ?>
</pre>
<h4>$tarski_options</h4>
<pre>
<?php print_r($tarski_options); ?>
</pre>
</div>