* File for vendor customization, you can change here paths or some behaviour,
* which vendors such as Linux distributions might want to change.
* For changing this file you should know what you are doing. For this reason
* options here are not part of normal configuration.
if (! defined('PHPMYADMIN')) {
* Path to vendor autoload file. Useful when you want to have vendor dependencies somewhere else.
'autoloadFile' => ROOT_PATH . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php',
* Directory where cache files are stored.
'tempDir' => ROOT_PATH . 'tmp' . DIRECTORY_SEPARATOR,
* Path to changelog file, can be gzip compressed.
* Useful when you want to have documentation somewhere else, e.g. /usr/share/doc.
'changeLogFile' => ROOT_PATH . 'ChangeLog',
* Path to license file. Useful when you want to have documentation somewhere else, e.g. /usr/share/doc.
'licenseFile' => ROOT_PATH . 'LICENSE',
* Directory where SQL scripts to create/upgrade configuration storage reside.
'sqlDir' => ROOT_PATH . 'sql' . DIRECTORY_SEPARATOR,