1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Fix installation error

This commit is contained in:
DanielnetoDotCom 2020-08-13 14:09:54 -03:00
parent 3c7f257109
commit 286b1e85f3

View file

@ -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;
}