You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2021. It is now read-only.
if (isset($_POST['dir_del'], $_POST['del_last_dir']) == true) {
32
76
if (file_exists(urldecode($_POST['dir_del']))) {
33
-
rmdir(urldecode($_POST['dir_del']));
34
-
echo'<script>alert("Xóa cmn thành cmn công :)))\ndel your dir complete\nフォルダを完全に削除します\n\n bakafiles");cload("core/system/dir.php");</script>';
77
+
deleteDirectory(urldecode($_POST['dir_del']));
78
+
echo'<script>alert("Xóa cmn thành cmn công :)))\ndel your dir complete\nフォルダを完全に削除します\n\n bakafiles");cload("core/system/dir.php?dir=' . $_POST['del_last_dir'] . '");</script>';
35
79
} else {
36
80
echo'<script>alert("Tệp không tồn tại :<\nFile not found :<\nファイルが見つかりません\n\n bakafiles")</script>';
37
81
}
@@ -41,22 +85,53 @@ function mime_mdicon($dir)
41
85
if (isset($_POST['dir_f_del']) == true) {
42
86
if (file_exists(urldecode($_POST['dir_f_del']))) {
43
87
unlink(urldecode($_POST['dir_f_del']));
44
-
echo'<script>alert("Xóa tệp cmn thành cmn công :)))\ndel your file complete\nあなたのファイルを削除完了\n\n bakafiles");cload("core/system/dir.php");</script>';
88
+
echo'<script>alert("Xóa tệp cmn thành cmn công :)))\ndel your file complete\nあなたのファイルを削除完了\n\n bakafiles");cload("core/system/dir.php?dir=' . $_POST['del_last_dir'] . '");</script>';
45
89
} else {
46
90
echo'<script>alert("Tệp không tồn tại :<\nFile not found :<\nファイルが見つかりません\n\n bakafiles")</script>';
47
91
}
48
92
exit();
49
93
}
50
-
if (isset($_POST['cre_new_f'], $_POST['cre_new_f_dir'])) {
94
+
if (isset($_POST['cre_new_f'], $_POST['cre_new_f_dir'], $_POST['cre_new_f_last_dir'])) {
51
95
if ($_POST['cre_new_f'] == null) {
52
96
echo'<script>alert("Vui lòng nhập tên file :<\nPlease enter file name :<\nファイル名を入力してください\n\n bakafiles")</script>';
0 commit comments