We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3191278 commit b247cafCopy full SHA for b247caf
objects/configuration.php
@@ -496,8 +496,10 @@ function shouldUseEncodernetwork(){
496
}
497
498
function getEncoderURL() {
499
- global $getEncoderURL, $advancedCustom;
500
-
+ global $global, $getEncoderURL, $advancedCustom;
+ if(!empty($global['forceEncoderURL'])){
501
+ return $global['forceEncoderURL'];
502
+ }
503
if (empty($getEncoderURL)) {
504
$getEncoderURL = ObjectYPT::getCache("getEncoderURL", 60);
505
0 commit comments