Add port constant to psminstall
parent
80a092fa0c
commit
4a69f606d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue