Changeset 748

Show
Ignore:
Timestamp:
03/07/06 23:18:15 (3 years ago)
Author:
dom
Message:

mod_perl fixes (references #6)

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r747 r748  
     10.53 
     2        Miscellanous fixes for mod_perl. 
     3 
    140.52    5 March 2006 
    25        IMPORTANT CHANGE: "supersearch.cgi" is now simply "search.cgi". If you 
  • trunk/wiki.cgi

    r743 r748  
    7676        $node = $nodes[int(rand(scalar(@nodes) + 1)) + 1]; 
    7777        print $guide->redirect_to_node($node); 
    78         exit 0; 
    7978    } elsif ($action eq 'find_within_distance') { 
    8079        $guide->find_within_distance( 
     
    167166           </body></html>); 
    168167} 
    169 exit 0; 
    170168 
    171169############################ subroutines ################################### 
     
    281279    print "Content-type: application/rdf+xml\n\n"; 
    282280    print $rdf_writer->emit_rdfxml( node => $args{node} ); 
    283     exit 0; 
    284281} 
    285282