Index: wiki.cgi =================================================================== --- wiki.cgi (revision 747) +++ wiki.cgi (working copy) @@ -75,7 +75,6 @@ my @nodes = $wiki->list_all_nodes(); $node = $nodes[int(rand(scalar(@nodes) + 1)) + 1]; print $guide->redirect_to_node($node); - exit 0; } elsif ($action eq 'find_within_distance') { $guide->find_within_distance( id => $node, @@ -166,7 +165,6 @@ . qq(

Return to the Wiki home page ); } -exit 0; ############################ subroutines ################################### @@ -280,7 +278,6 @@ config => $config ); print "Content-type: application/rdf+xml\n\n"; print $rdf_writer->emit_rdfxml( node => $args{node} ); - exit 0; } sub process_template {