mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
d0811377ff
commit
4df121dd11
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ ob_end_flush();
|
||||||
if (!isCommandLineInterface()) {
|
if (!isCommandLineInterface()) {
|
||||||
return die('Command Line only');
|
return die('Command Line only');
|
||||||
}
|
}
|
||||||
|
$global['skipModifyURL'] = 1;
|
||||||
ini_set('display_errors', 1);
|
ini_set('display_errors', 1);
|
||||||
ini_set('display_startup_errors', 1);
|
ini_set('display_startup_errors', 1);
|
||||||
error_reporting(E_ALL);
|
error_reporting(E_ALL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue