mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Fix installation error
This commit is contained in:
parent
3c7f257109
commit
286b1e85f3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
if (file_exists("../videos/configuration.php")) {
|
if (file_exists("../videos/configuration.php")) {
|
||||||
_error_log("Can not create configuration again: ". json_encode($_SERVER));
|
error_log("Can not create configuration again: ". json_encode($_SERVER));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue