diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/processor.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/processor.php b/tools/processor.php index 5eb03e1..7f2d69a 100644 --- a/tools/processor.php +++ b/tools/processor.php @@ -118,7 +118,7 @@ if ( $url_standar === FALSE ) { } ///// End Beaking DRM!!! -/* ---- ---- Generated baselink and embed ---- ---- */ +/* ---- ---- Generated URL and embed ---- ---- */ if ( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on" ) { $pro = 'https'; } else { @@ -129,3 +129,6 @@ $subject = $pro."://".$_SERVER['SERVER_NAME'].$_SERVER['SCRIPT_NAME']; // Local URL $local_url = preg_replace( '/index.php/', '', $subject ); + +/* ---- ---- Change to Freedom URL ---- ---- */ +$url_freedom = "https://invidio.us/watch?v={$video_id}"; |