Changeset 152
- Timestamp:
- 02/14/07 18:52:30 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/plugins/miyagawa/Kwiki-FastCGI/lib/Kwiki/FastCGI.pm
r150 r152 53 53 use CGI::Fast; 54 54 55 my $boot = Kwiki::Boot->debug->boot;56 55 while ( my $cgi = CGI::Fast->new ) { 57 $boot->kwiki->process;56 Kwiki::Boot->debug->boot->kwiki->process; 58 57 }
