Replace debug_handler with a template.

This commit is contained in:
Uriel 2008-10-18 03:36:22 +02:00
parent a891993160
commit 3c8fc5fdf6
2 changed files with 11 additions and 11 deletions

6
lib/_debug.tpl Normal file
View file

@ -0,0 +1,6 @@
<pre>
% env | escape_html
---------------------
% umask
</pre>