diff options
Diffstat (limited to 'config_default.php')
-rwxr-xr-x | config_default.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |