diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | scripts/vendorid/connect.php.sample (renamed from scripts/vendorid/connect.php) | 0 |
3 files changed, 2 insertions, 1 deletions
@@ -9,6 +9,7 @@ Config/Config.php admin/Config/Config.php Application/Include/params.php admin/Application/Include/params.php +scripts/vendorid/connect.php # litter *~ @@ -186,7 +186,7 @@ After the installation, you have to fill the MySQL table containing the USB/PCI To carry out this task, use the scripts in the scripts sub-directory. -Change into the scripts/vendorid/ directory. Open the file 'connect.php' and set the following variables with the same values as your h-node instance: +Change into the scripts/vendorid/ directory. Copy the file connect.php.sample to connect.php and set the following variables with the same values as your h-node instance: $host = '<DOMAIN_NAME>'; $user = '<USERNAME>'; diff --git a/scripts/vendorid/connect.php b/scripts/vendorid/connect.php.sample index cb078be..cb078be 100644 --- a/scripts/vendorid/connect.php +++ b/scripts/vendorid/connect.php.sample |