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

(-)a/installer/InstallAuth.pm (-4 / +1 lines)
Lines 1-7 Link Here
1
# -*- tab-width: 8 -*-
1
package C4::InstallAuth;
2
# NOTE: This file uses 8-character tabs; do not change the tab size!
3
4
package InstallAuth;
5
2
6
# Copyright 2000-2002 Katipo Communications
3
# Copyright 2000-2002 Katipo Communications
7
#
4
#
(-)a/installer/install.pl (-2 / +1 lines)
Lines 4-10 use strict; Link Here
4
use warnings;
4
use warnings;
5
use diagnostics;
5
use diagnostics;
6
6
7
use InstallAuth;
7
use C4::InstallAuth;
8
use CGI;
8
use CGI;
9
use IPC::Cmd;
9
use IPC::Cmd;
10
10
11
- 

Return to bug 12023