mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Fix encoder URL on installation
This commit is contained in:
parent
c8e22a62e1
commit
2b64c2354d
1 changed files with 1 additions and 1 deletions
|
@ -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) "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue