Require instead of do wiki.pl.

This commit is contained in:
Alex Schroeder
2005-10-07 23:20:06 +00:00
parent 9d3dfccb61
commit 8a437cd7e1

View File

@@ -23,7 +23,7 @@ use Apache2::Const -compile => qw(OK);
package OddMuse;
$RunCGI = 0;
do 'wiki.pl';
require 'wiki.pl';
sub handler {
my $r = shift;