mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
Oopsie
This commit is contained in:
parent
1e5c7a036d
commit
7a8c2275e5
1 changed files with 1 additions and 1 deletions
|
@ -135,4 +135,4 @@ ini_set('error_log','php.log');
|
||||||
ini_set('log_errors','1');
|
ini_set('log_errors','1');
|
||||||
|
|
||||||
// Extra settings stored in the app data dir (Service Classes, PHPMailer...)
|
// Extra settings stored in the app data dir (Service Classes, PHPMailer...)
|
||||||
include __DATA_DIR__/extra_conf.php
|
include '__DATA_DIR__/extra_conf.php';
|
||||||
|
|
Loading…
Add table
Reference in a new issue