mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
7 lines
141 B
PHP
7 lines
141 B
PHP
<?php
|
|
require_once '../videos/configuration.php';
|
|
|
|
$poster = Video::getPoster($_REQUEST['videos_id']);
|
|
|
|
header("Location: {$poster}");
|
|
exit;
|