mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
2de1460f7e
commit
af005fe2ed
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue