From 0a2e5e09ef5d1b533eb49b778632598ef0f0b60e Mon Sep 17 00:00:00 2001 From: cyber Ahn <35652262+cyber-Ahn@users.noreply.github.com> Date: Sat, 9 Jun 2018 07:57:57 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1742640..d6053d3 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,11 @@ Tested on Apache2 with php5 Replace fcgid.conf in:etc/apache2/mods-available/ Open liberay/lib.php -enter your mysql db login in this section (at line 29): -if($db_name == "stargate_t") - { - $dbname="XXXXXXXXXX"; - $dbhost="localhost"; - $dbuser="XXXXXXXXXX"; - $dbpass="XXXXXXXXXX"; - mysql_connect($dbhost,$dbuser,$dbpass); - mysql_select_db($dbname); - } +* enter your mysql db login in this section (at line 29): + Open intsall.php with browser for install mysql db table. + Import gate_50.sql to mysql database Open all lsl-scripts and change the URL in the first lines to your server.