Add port constant to psminstall

This commit is contained in:
Tom Hatzer 2016-12-23 15:22:24 +01:00 committed by GitHub
parent 80a092fa0c
commit 4a69f606d3
1 changed files with 2 additions and 1 deletions

View File

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