Revision bb800c52
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
35 | 35 |
return $self; |
36 | 36 |
} |
37 | 37 |
|
38 |
sub interface_type { |
|
39 |
my ($self) = @_; |
|
40 |
return $self->{interface} eq 'cgi' ? 'CGI' : 'FastCGI'; |
|
41 |
} |
|
42 |
|
|
38 | 43 |
sub pre_request_checks { |
39 | 44 |
if (!$::auth->session_tables_present) { |
40 | 45 |
if ($::form->{script} eq 'admin.pl') { |
Auch abrufbar als: Unified diff
Verwendete Schnittstelle (CGI/FastCGI) in Versionsinfoscreen anzeigen