diff options
author | Jesús <heckyel@hyperbola.info> | 2018-08-25 15:25:26 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-08-25 15:25:26 -0500 |
commit | 764b373623e58876206b52af869eb9dfb574a640 (patch) | |
tree | 2935aabaf7553d1bc404dd46299b1f637cbb6dec | |
parent | eb44cce90b0a8910c3be03ab4ab85cfe11d6675c (diff) | |
download | ytlibre-764b373623e58876206b52af869eb9dfb574a640.tar.lz ytlibre-764b373623e58876206b52af869eb9dfb574a640.tar.xz ytlibre-764b373623e58876206b52af869eb9dfb574a640.zip |
remove unimportant variables embed
-rw-r--r-- | embed/index.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/embed/index.php b/embed/index.php index dcf8427..38f9a68 100644 --- a/embed/index.php +++ b/embed/index.php @@ -22,14 +22,8 @@ if (empty($_GET['link'])){ /* ---- ---- Variables ---- ---- */ $video_decode->assign("titulo", $titulo); $video_decode->assign("videoTitle", $videoTitle); - $video_decode->assign("videoThumbURL", $videoThumbURL); - $video_decode->assign("videoAuthor", $videoAuthor); - $video_decode->assign("videoDuration", $videoDuration); - $video_decode->assign("videoViews", $videoViews); $video_decode->assign("librethumb", $librethumb); - $video_decode->assign("cStreams", $cStreams); - $video_decode->assign("baselink", $baselink); $video_decode->assign("videosStream", $videosStream); /* ---- ---- CSS ---- ---- */ |