in inc/mod/images.mdu on lines 176,190,242,312 find
- Code: Select all
header('Location: '.$PHP_SELF);
replace it with
- Code: Select all
header('Location: '.$PHP_SELF.'&subfolder='.$_GET['subfolder']);
in inc/mod/images.mdu on line 341 find
- Code: Select all
<form action="<?=$PHP_SELF; ?>" method="post" enctype="multipart/form-data">
replace it with
- Code: Select all
<form action="<?=$PHP_SELF.'&subfolder='.$_GET['subfolder']; ?>" method="post" enctype="multipart/form-data">
if you have any problem fill free to post a reply and ill try to help
