Fix for sending mails
This commit is contained in:
parent
027b7e011e
commit
199a89a8d4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# COPYRIGHT (c) 2016 Marcel Kapfer (mmk2410)
|
# COPYRIGHT (c) 2016 Marcel Kapfer (mmk2410)
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
$ini = pParse_ini_file("../../filespread.ini");
|
$ini = parse_ini_file("../../filespread.ini");
|
||||||
|
|
||||||
date_default_timezone_set($ini["timezone"]);
|
date_default_timezone_set($ini["timezone"]);
|
||||||
|
|
||||||
|
|
Reference in a new issue