]> git.koha-community.org Git - koha.git/commit
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:22:42 +0000 (13:22 +0000)
commit07ad0dba705365b567e711504b90fac8ca578398
tree60e8efd63208ef130e2825a0bf3a6e7588a98527
parent6ae855d725d5a64e833542d91dfa09c49f049b4a
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 [new file with mode: 0644]
installer/InstallAuth.pm [deleted file]
installer/install.pl