Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8e009de4

Von Sven Schöling vor mehr als 14 Jahren hinzugefügt

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

Include Modifikationen sind hier nicht nötig.

Unterschiede anzeigen:

admin.pl
use strict;
BEGIN {
unshift @INC, "modules/override"; # Use our own versions of various modules (e.g. YAML).
push @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version.
push @INC, "SL"; # FCGI won't find modules that are not properly named. Help it by inclduging SL
}
use SL::Dispatcher;
SL::Dispatcher::pre_startup();
dispatcher.fpl
use strict;
BEGIN {
unshift @INC, "modules/override"; # Use our own versions of various modules (e.g. YAML).
push @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version.
push @INC, "SL"; # FCGI won't find modules that are not properly named. Help it by inclduging SL
}
use FCGI;
use SL::Dispatcher;

Auch abrufbar als: Unified diff