Cheetah
|
Go to the source code of this file.
Variables | |
$bResult = false | |
$sId = (int)$_GET["id"] | |
$sToken = process_db_input($_GET["token"]) | |
$sExt = isset($_GET["ext"]) && preg_match('/^[0-9a-z]+$/', $_GET["ext"]) ? $_GET["ext"] : (file_exists("files/" . $sId . ".m4v") ? "m4v" : "flv") | |
$sFile = "files/" . $sId . "." . $sExt | |
$bResult = false |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 11 of file get_file.php.
$sExt = isset($_GET["ext"]) && preg_match('/^[0-9a-z]+$/', $_GET["ext"]) ? $_GET["ext"] : (file_exists("files/" . $sId . ".m4v") ? "m4v" : "flv") |
Definition at line 14 of file get_file.php.
$sFile = "files/" . $sId . "." . $sExt |
Definition at line 15 of file get_file.php.
$sId = (int)$_GET["id"] |
Definition at line 12 of file get_file.php.
$sToken = process_db_input($_GET["token"]) |
Definition at line 13 of file get_file.php.