1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00
This commit is contained in:
dragondaddy 2024-05-10 01:07:41 +02:00
parent 1e5c7a036d
commit 7a8c2275e5

View file

@ -135,4 +135,4 @@ ini_set('error_log','php.log');
ini_set('log_errors','1');
// Extra settings stored in the app data dir (Service Classes, PHPMailer...)
include __DATA_DIR__/extra_conf.php
include '__DATA_DIR__/extra_conf.php';