Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8e009de4

Von Sven Schöling vor etwa 14 Jahren hinzugefügt

  • ID 8e009de46807bec412ef3c3d449648b18c4ad01a
  • Vorgänger 382e874c
  • Nachfolger e6ffa928

Include Modifikationen sind hier nicht nötig.

Unterschiede anzeigen:

admin.pl
2 2

  
3 3
use strict;
4 4

  
5
BEGIN {
6
  unshift @INC, "modules/override"; # Use our own versions of various modules (e.g. YAML).
7
  push    @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version.
8
  push    @INC, "SL";               # FCGI won't find modules that are not properly named. Help it by inclduging SL
9
}
10

  
11 5
use SL::Dispatcher;
12 6

  
13 7
SL::Dispatcher::pre_startup();

Auch abrufbar als: Unified diff