1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
Oinktube/view/userGetPhoto.php
2021-01-20 18:11:48 -03:00

8 lines
No EOL
143 B
PHP

<?php
require_once '../videos/configuration.php';
$photo = User::getPhoto($_REQUEST['users_id']);
header("Location: {$photo}");
exit;