|
I want to use the script in a subfolder. What should I do? |
|
|
If you want to install the script in a subfolder, please edit the following line
else { $doc_root = getenv("DOCUMENT_ROOT"); if (substr($doc_root, -1) != "/") { $doc_root .= "/"; } $doc_root .= 'downloader/';
Replace downloader with your subfolder name |