Changeset 215 for trunk/npemap.org.uk
- Timestamp:
- Oct 27, 2006, 10:44:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/cgi/bad-postcode.fcgi
r169 r215 34 34 # If we're given return URL parameters, basic sanity check to stop 35 35 # funny business 36 my $returnlink = '<a href="' . $returnBaseURL . '/tiles/map.html">Go back to the map</a>'; 36 my $returnURL= '/tiles/map.html'; 37 if (defined $ENV{HTTP_REFERER}) { 38 $returnURL = $ENV{HTTP_REFERER}; 39 } 40 41 my $returnlink = "<a href='$returnURL'>Go back to the map</a>"; 37 42 38 43 # In case the database went away, make sure we have a connection
Note: See TracChangeset
for help on using the changeset viewer.