mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Added contacts.sync_interval = 20 setting in application.ini (Closed #150)
This commit is contained in:
parent
d08689759d
commit
40d2548a53
14 changed files with 22 additions and 89 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
define('APP_INDEX_ROOT_FILE', __FILE__);
|
||||
define('APP_INDEX_ROOT_PATH', str_replace('\\', '/', rtrim(dirname(__FILE__), '\\/').'/'));
|
||||
|
||||
$sCustomDataPath = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue