Hi
As a newbie, I used monowall's exec.php to download a file xxx.php for editing.
I used exec.php to upload the file but it placed it in the directory /tmp/xxx.php.
So, my dumb question. How do I move the file from the /tmp/ directory to the active directory and can this be done with exec.php?
Secondly, is there any way to avoid putting the file into the /tmp/ directory when using exec.php?
|