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/twiki_cgi

    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; 
     
    3737} 
    3838 
    39 use TWiki; 
    40 use TWiki::UI; 
    41 $TWiki::engine->run(); 
     39use Foswiki; 
     40use Foswiki::UI; 
     41$Foswiki::engine->run(); 
Note: See TracChangeset for help on using the changeset viewer.