Skip to content
Snippets Groups Projects
debug.php 131 B
Newer Older
<?php

$output = "<pre>".print_r($session, true)."</pre>";
$smarty->assign("title", "Debug");
$smarty->assign("body", $output);
?>