'.print_r($_GET,1).''; //echo '
'.print_r($_POST,1).'
'; //echo '
'.print_r($_SESSION['niceditor'],1).'
'; //[niceditor] => Array([path1] => ../../upload/tests/6/59 [path2] => /upload/tests/6/59) if (@$_GET['q'] == 'imanager') { include(DOC_ROOT . '/nicEdit/nicedit.lib.php'); $p = new NicEdit($_SESSION['niceditor']['path1']); $p->imanager(); } ?>