psminstall.php remove default db port

pull/403/head
Tom Hatzer 2017-01-15 14:40:48 +01:00 committed by GitHub
parent bb041718d4
commit c9b1658238
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ define('PSM_DB_USER', 'psm'); \
define('PSM_DB_PASS', 'psm'); \ define('PSM_DB_PASS', 'psm'); \
define('PSM_DB_NAME', 'psm'); \ define('PSM_DB_NAME', 'psm'); \
define('PSM_DB_HOST', 'localhost'); \ define('PSM_DB_HOST', 'localhost'); \
define('PSM_DB_PORT', '3306'); \ define('PSM_DB_PORT', ''); \
?>" > /var/www/default/psm/config.php ?>" > /var/www/default/psm/config.php
echo "<?php \ echo "<?php \