| Information | |
|---|---|
| min. EQDKP-PLUS Version | 0.7.0.0
|
With Plus File Handler (PFH or pfh), EQdkp Plus is able to store files. Normally, target folder of stored files is the data-Folder, because he has write-permissions. While FTP-Mode is enabled or correct permissions have been set, it's possible to store files outside the data-Folder.
Functions needing a $plugin-parameter are optimized for usage with data-Folder. When using this function outside data-Folder, set $plugin false and add $eqdkp_root_path to your path.
| Index | Description |
|---|---|
| Outside data-Folder | $pfh->secure_folder($eqdkp_root_path.'templates', FALSE); |
| Inside data-Folder | $pfh->secure_folder('backup', 'eqdkp'); |