Template:PHP/open basedir
From wiki
Description
Edit the PHP setting open_basedir
Parameter | Description | Type | Status | |
---|---|---|---|---|
Folder | folders | Column separated list of folders
| String | required |
Example
{{PHP/open_basedir|folders=/var/lib/roundcube/:/usr/share/roundcube/}}
Edit file /etc/php5/mods-available/local-common.ini
and add /var/lib/roundcube/:/usr/share/roundcube/
to the open_basedir
setting.