mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +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
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue