Schreibrechte
Folgende Ordner benötigen Schreibrechte (777) und werden vom xtWizard geprüft.
// dir check
$check_writeable = array();
$check_writeable[] = _SRV_WEBROOT.'cache';
$check_writeable[] = _SRV_WEBROOT.'templates_c';
$check_writeable[] = _SRV_WEBROOT.'export';
$check_writeable[] = _SRV_WEBROOT.'xtLogs';
// images
$check_writeable[] = _SRV_WEBROOT.'media/files';
$check_writeable[] = _SRV_WEBROOT.'media/lang_downloads';
$check_writeable[] = _SRV_WEBROOT.'media/files_public';
$check_writeable[] = _SRV_WEBROOT.'media/images/icon';
$check_writeable[] = _SRV_WEBROOT.'media/images/info';
$check_writeable[] = _SRV_WEBROOT.'media/images/org';
$check_writeable[] = _SRV_WEBROOT.'media/images/popup';
$check_writeable[] = _SRV_WEBROOT.'media/images/thumb';
$check_writeable[] = _SRV_WEBROOT.'plugin_cache';
$check_writeable[] = _SRV_WEBROOT.'conf/config.php';
$check_writeable[] = _SRV_WEBROOT.'xtWizard/logs';
$check_writeable[] = _SRV_WEBROOT.'cronjobs';
// plugins
if (file_exists(_SRV_WEBROOT.'plugins/magnalister'))
$check_writeable[] = _SRV_WEBROOT.'plugins/magnalister';