1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/view/videoGetPoster.php
DanieL 2f2fdc4923 Add a notification central plugin UserNotification
this will be responsible to handle all the top bar bell button
2022-08-18 10:25:19 -03:00

7 lines
141 B
PHP

<?php
require_once '../videos/configuration.php';
$poster = Video::getPoster($_REQUEST['videos_id']);
header("Location: {$poster}");
exit;