CRM-20926 - Kill Config.IDS.ini
authorTim Otten <totten@civicrm.org>
Sat, 15 Jul 2017 00:58:05 +0000 (17:58 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 4 Aug 2017 00:13:04 +0000 (17:13 -0700)
commit76adcecc306b0e6e8fd7598930383fc0b7a73eab
tree76f3104cadb35d5e4a681da2fd0a5ea3a6289773
parentb74c8634025ee781d49882f70ce68a538b5293e3
CRM-20926 - Kill Config.IDS.ini

Background
==========

Previously, the IDS configuration was written to a temp file and then read from the tempfile.

Since we no longer read the tempfile, we don't need to write to it either.

Before
======

System autocreates the `Config.IDS.ini` file.

After
=====

System does not create `Config.IDS.ini`.
CRM/Core/IDS.php
CRM/Core/Invoke.php
CRM/Upgrade/Form.php