1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2025-03-21 12:44:24 -03:00
parent d0811377ff
commit 4df121dd11

View file

@ -5,6 +5,7 @@ ob_end_flush();
if (!isCommandLineInterface()) {
return die('Command Line only');
}
$global['skipModifyURL'] = 1;
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);