Files
crm.e5.pl/modules/EcmCalls/config.php

5 lines
79 B
PHP
Raw Normal View History

2024-04-27 09:23:34 +02:00
<?php
$ecmcalls_config = array (
'central_timezone' => 'Europe/Warsaw',
);
?>