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-04-08 13:18:13 -03:00
parent af005fe2ed
commit c9091acd31
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?php
$configFile = '../../videos/configuration.php';
$configFile = __DIR__.'/../../videos/configuration.php';
if (!file_exists($configFile)) {
[$scriptPath] = get_included_files();
$path = pathinfo($scriptPath);

View file

@ -1,5 +1,5 @@
<?php
$configFile = '../../videos/configuration.php';
$configFile = __DIR__.'/../../videos/configuration.php';
if (!file_exists($configFile)) {
[$scriptPath] = get_included_files();
$path = pathinfo($scriptPath);