"git@projects.sucs.org:sucssite/sucs-site.git" did not exist on "2a8d1134b29025b7e1e14d78eee72c19ef54261c"
Newer
Older
<?php
$output = "<pre>".print_r($session, true)."</pre>";
$smarty->assign("title", "Debug");
$smarty->assign("body", $output);
?>