mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 02:21:33 -05:00
Minor consistency fix
This commit is contained in:
parent
7bc34605e1
commit
d363b89b47
@ -755,7 +755,7 @@ install_phpmyadmin(){
|
||||
\$i++;
|
||||
\$cfg['Servers'][\$i]['verbose'] = 'MariaDB';
|
||||
\$cfg['Servers'][\$i]['host'] = '${SERVER_IP}';
|
||||
\$cfg['Servers'][\$i]['port'] = '';
|
||||
\$cfg['Servers'][\$i]['port'] = '3306';
|
||||
\$cfg['Servers'][\$i]['socket'] = '';
|
||||
\$cfg['Servers'][\$i]['auth_type'] = 'cookie';
|
||||
\$cfg['Servers'][\$i]['user'] = 'root';
|
||||
|
Loading…
Reference in New Issue
Block a user