From c57e43d3caa214c0067ed1ec452fc5cd94c67121 Mon Sep 17 00:00:00 2001 From: Alib Date: Thu, 25 Feb 2010 17:58:35 +0100 Subject: updated readme --- README | 4 ++-- config_default.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 211fc2b..9b455c4 100755 --- a/README +++ b/README @@ -84,8 +84,8 @@ Copy the file in your webfolder. /istreamdev for example. Copy config_default.php to config.php and edit it. - $httpath can point to your istreamdev http path or the full url - ( '/istreamdev/' or "http://mydomain.com/istreamdev/' ) + $httpath is your istreamdev http path NOT the full url + ( '/istreamdev/' NOT 'http://yourdomain/istreamdev' ) the ram folder should be writable. If you want to prevent hard disk usage, you can mount it as ram disk. diff --git a/config_default.php b/config_default.php index 533f0ff..ee3e6a2 100755 --- a/config_default.php +++ b/config_default.php @@ -2,7 +2,7 @@ // Http configuration $user = 'istreamdev'; // Login $pass = 'iguest'; // Password - $httppath = '/istreamdev/'; // Path to the index.php file + $httppath = '/istreamdev/'; // Absolute path to the index.php file. //Don't put http://yourdomain !! // VDR configuration -- cgit v1.2.3