Changeset 809 for trunk/core/bin/changes
- Timestamp:
- 11/19/08 13:40:25 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/bin/changes (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/bin/changes
r784 r809 4 4 # 5 5 # Copyright (C) 1999-2007 Peter Thoeny, peter@thoeny.org 6 # and TWiki Contributors.6 # and Foswiki Contributors. 7 7 # 8 8 # This program is free software; you can redistribute it and/or … … 24 24 BEGIN { 25 25 if ( defined $ENV{GATEWAY_INTERFACE} ) { 26 $ TWiki::cfg{Engine} = 'TWiki::Engine::CGI';26 $Foswiki::cfg{Engine} = 'Foswiki::Engine::CGI'; 27 27 use CGI::Carp qw(fatalsToBrowser); 28 28 $SIG{__DIE__} = \&CGI::Carp::confess; 29 29 } 30 30 else { 31 $ TWiki::cfg{Engine} = 'TWiki::Engine::CLI';31 $Foswiki::cfg{Engine} = 'Foswiki::Engine::CLI'; 32 32 require Carp; 33 33 $SIG{__DIE__} = \&Carp::confess; … … 38 38 } 39 39 40 use TWiki;41 use TWiki::UI;42 $ TWiki::engine->run();40 use Foswiki; 41 use Foswiki::UI; 42 $Foswiki::engine->run();
Note: See TracChangeset
for help on using the changeset viewer.
