Skip to content
  • totten's avatar
    Installation UI - If available, use the new installer · f6584a40
    totten authored
    `civicrm-core` includes an installer (`civicrm/install/index.php`), but this
    code is difficult to update/maintain.  The `civicrm-setup`
    (http://github.com/civicrm/civicrm-setup/) package is a "leap" to replace it
    with a more maintable library.
    
    This patch uses whichever is available.
    
    Before
    ------
     * The page `civicrm-install` always uses `civicrm/install/index.php`.
    
    After
    -----
     * The page `civicrm-install` picks the first available installer UI, either:
       * `civicrm/packages/civicrm-setup/*` (`Civi\Setup::createController()`)
       * `civicrm/install/index.php`
    f6584a40