0 ) {
header("Location: /error/");
exit;
}
$panel = json_decode(implode('', $output), true);
}
$path_a = !empty($_REQUEST['dir_a']) ? htmlentities($_REQUEST['dir_a']) : '';
$path_b = !empty($_REQUEST['dir_b']) ? htmlentities($_REQUEST['dir_b']) : '';
$GLOBAL_JS = '';
$GLOBAL_JS .= '';
$GLOBAL_JS .= '';
// Footer
include($_SERVER['DOCUMENT_ROOT'].'/templates/file_manager/main.php');