From 2b64c2354d2bdd74bd5b8ce86a00c85151d3aeaf Mon Sep 17 00:00:00 2001 From: DanielnetoDotCom Date: Tue, 5 Jan 2021 10:53:05 -0300 Subject: [PATCH] Fix encoder URL on installation --- install/checkConfiguration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) "