Bug 12023 - move InstallAuth.pm to be in C4
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 2 Apr 2014 04:20:08 +0000 (17:20 +1300)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 23 May 2014 13:19:42 +0000 (13:19 +0000)
commitc2391b796bf9f519291f8597801dca2155ba250b
tree487a68e29d149d281a8914a797b0d02a6f6584b7
parent3de4948bdad26dda9e8122054c87ad448352ebc8
Bug 12023 - move InstallAuth.pm to be in C4

InstallAuth was in the installer directory, which meant that Plack was
unable to find it, and so running the webinstaller would fail. This
moves it into C4,

Test plan:
* Make sure the web installer runs under plack
* Make sure the web installer runs under non-plack

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/InstallAuth.pm [moved from installer/InstallAuth.pm with 99% similarity]
installer/install.pl