Ignore:
Timestamp:
11/19/08 13:40:25 (4 years ago)
Author:
CrawfordCurrie
Message:

Item175: First bulk rename pass. Note: not quite ready yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/bin/viewfile

    r784 r809  
    44# 
    55# Copyright (C) 1999-2007 Peter Thoeny, peter@thoeny.org 
    6 # and TWiki Contributors. 
     6# and Foswiki Contributors. 
    77# 
    88# This program is free software; you can redistribute it and/or 
     
    2424BEGIN { 
    2525    if ( defined $ENV{GATEWAY_INTERFACE} ) { 
    26         $TWiki::cfg{Engine} = 'TWiki::Engine::CGI'; 
     26        $Foswiki::cfg{Engine} = 'Foswiki::Engine::CGI'; 
    2727        use CGI::Carp qw(fatalsToBrowser); 
    2828        $SIG{__DIE__} = \&CGI::Carp::confess; 
    2929    } 
    3030    else { 
    31         $TWiki::cfg{Engine} = 'TWiki::Engine::CLI'; 
     31        $Foswiki::cfg{Engine} = 'Foswiki::Engine::CLI'; 
    3232        require Carp; 
    3333        $SIG{__DIE__} = \&Carp::confess; 
     
    3838} 
    3939 
    40 use TWiki; 
    41 use TWiki::UI; 
    42 $TWiki::engine->run(); 
     40use Foswiki; 
     41use Foswiki::UI; 
     42$Foswiki::engine->run(); 
Note: See TracChangeset for help on using the changeset viewer.