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