1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Daniel Neto 2024-07-26 18:26:06 -03:00
parent b4cde799a0
commit 34cdfb23ac

View file

@ -1,6 +1,6 @@
<?php
//streamer config
require_once '../videos/configuration.php';
require_once __DIR__.'/../videos/configuration.php';
ob_end_flush();
if (!isCommandLineInterface()) {
return die('Command Line only');