View | Details | Raw Unified | Return to bug 6473
Collapse All | Expand All

(-)a/mainpage.pl (-3 / +1 lines)
Lines 18-25 Link Here
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use Modern::Perl;
22
use warnings;
23
use CGI;
22
use CGI;
24
use C4::Output;
23
use C4::Output;
25
use C4::Auth;
24
use C4::Auth;
26
- 

Return to bug 6473