[BUG] Custombuild 2.0; PhpMyAdmin custom config

Rubanaan

New member
Joined
Oct 14, 2019
Messages
2
Hello!

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!
 
Back
Top