The script now points to itself!

This commit is contained in:
Matthew Thiffault 2009-03-10 23:58:20 -04:00
parent 14ffd0723f
commit 971870f86c
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ $in = $ENV{'QUERY_STRING'};
@pairs = split(/[&=]/,$in); @pairs = split(/[&=]/,$in);
%fields = @pairs; %fields = @pairs;
chomp(%fields); chomp(%fields);
$webroot = "../../.."; $webroot = "..";
print <<END; print <<END;
@ -63,7 +63,7 @@ if($fields{'do'} eq "home" || $fields{'do'} eq ""){
<table> <table>
<form name="search" action="library.cgi" method="get"> <form name="search" action="index.cgi" method="get">
<input type="hidden" name="do" value="query" /> <input type="hidden" name="do" value="query" />
<tr><td>Title:</td> <td><input type="text" name="title" /></td></tr> <tr><td>Title:</td> <td><input type="text" name="title" /></td></tr>