![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$video_id = checkNumeric($_GET["video_id"]) | |
$video = new Video($video_id) | |
$gallery = $video->VideoGallery() | |
$videoDownload = new VideoDownload() | |
$videoDownload | video_id = $video_id |
$videoDownload | user_id = ($user) ? $user->user_id : 0 |
$filepath = sanitizePath($gallery->getGalleryDirectory() . DIRECTORY_SEPARATOR . $video->video_file) | |
$filepath = sanitizePath($gallery->getGalleryDirectory() . DIRECTORY_SEPARATOR . $video->video_file) |
Definition at line 56 of file stream.inc.
$gallery = $video->VideoGallery() |
Definition at line 40 of file stream.inc.
Definition at line 38 of file stream.inc.
$video_id = checkNumeric($_GET["video_id"]) |
Definition at line 36 of file stream.inc.
$videoDownload = new VideoDownload() |
Definition at line 49 of file stream.inc.
$videoDownload user_id = ($user) ? $user->user_id : 0 |
Definition at line 51 of file stream.inc.
$videoDownload video_id = $video_id |
Definition at line 50 of file stream.inc.