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