This commit is contained in:
envicy
2026-06-11 22:29:16 +07:00
parent 503e9421a9
commit ce26f9fac6
15 changed files with 1933 additions and 2015 deletions
@@ -81,7 +81,7 @@ if ($id > 0) {
$old_foto_kk = $row['foto_kk'];
}
$upload_dir = "../../uploads/";
$upload_dir = dirname(dirname(__DIR__)) . '/uploads/';
if (!file_exists($upload_dir)) {
mkdir($upload_dir, 0777, true);
}