mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
7 lines
136 B
PHP
7 lines
136 B
PHP
<?php
|
|
require_once '../videos/configuration.php';
|
|
|
|
$photo = User::getPhoto($_REQUEST['users_id']);
|
|
|
|
header("Location: {$photo}");
|
|
exit;
|