Go to the source code of this file.
|
| | $config =parse_ini_file('/etc/bayeos-logger-importer.ini') |
| |
| | $names =$config['sender'] |
| |
| | $config ['writer_sleep_time'] =0 |
| |
| | $ref_date = DateTime::createFromFormat('Y-m-d H:i:s P','2000-01-01 00:00:00 +00:00')->format('U') |
| |
| | $my_client = new PHPLoggerImporter($names,$config,array('timeshift'=>0)) |
| |
| $config =parse_ini_file('/etc/bayeos-logger-importer.ini') |
| $config['writer_sleep_time'] =0 |
| $names =$config['sender'] |
| $ref_date = DateTime::createFromFormat('Y-m-d H:i:s P','2000-01-01 00:00:00 +00:00')->format('U') |