source: sandbox/filemanager/inc/debug.php @ 1907

Revision 1907, 136 bytes checked in by amuller, 14 years ago (diff)

Ticket #000 - blah blah blah blah blah blah blah blah blah blah blah blah

Line 
1<?php
2include('../../header.session.inc.php');
3echo "<pre>";
4
5print_r($_SESSION['debug']);
6echo "</pre>";
7unset($_SESSION['debug']);
8?>
Note: See TracBrowser for help on using the repository browser.