Hello!
Seems like ./build phpmyadmin is not using the custom config in ${CWD}/custom/phpmyadmin/config.inc.php.
Please change ${PMA_CONFIG} to ${PMA_CUSTOM_CONFIG}, in the build file on line 6819 and 6820.
Thanks in advance!
Seems like ./build phpmyadmin is not using the custom config in ${CWD}/custom/phpmyadmin/config.inc.php.
Code:
if [ "${PMA_CUSTOM_CONFIG}" != "" ] && [ -e ${PMA_CUSTOM_CONFIG} ]; then
echo "Installing custom PhpMyAdmin Config: ${PMA_CONFIG}"
cp -f ${PMA_CONFIG} ${REALPATH}/config.inc.php
else
Please change ${PMA_CONFIG} to ${PMA_CUSTOM_CONFIG}, in the build file on line 6819 and 6820.
Thanks in advance!