diff --git a/install/checkConfiguration.php b/install/checkConfiguration.php index e62d0f9f58..a4597af25d 100644 --- a/install/checkConfiguration.php +++ b/install/checkConfiguration.php @@ -142,7 +142,7 @@ error_log("Installation: ".__LINE__); $encoder = 'https://encoder1.avideo.com/'; if(is_dir("{$_POST['systemRootPath']}Encoder")){ - $encoder = "{$_POST['webSiteTitle']}Encoder/"; + $encoder = "{$_POST['webSiteRootURL']}Encoder/"; } $sql = "INSERT INTO configurations (id, video_resolution, users_id, version, webSiteTitle, language, contactEmail, encoderURL, created, modified) "