1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
This commit is contained in:
Daniel Neto 2025-04-08 13:14:46 -03:00
parent 2de1460f7e
commit af005fe2ed

View file

@ -1,4 +1,6 @@
<?php
error_reporting(E_ALL); // Report all types of errors
ini_set('display_errors', '1');
if (empty($_REQUEST['APISecret'])) {
$_REQUEST['APISecret'] = getBearerToken();