Changeset 513 for trunk/dns.cgi


Ignore:
Timestamp:
05/22/13 16:43:07 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Get rid of another pair of minor messes in the error log. See #25.

  • sort of identify link-in or session-expired logins, so we don't try to redirect to the alternate login target when it's not necessary
  • set the sortby argument to in getRecList() if not defined. This may be worth tweaking further to account for default and/or reverse records.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r496 r513  
    249249      # and reconstruct the URI argument list.
    250250      my %target = (page => "domlist");
    251       if ($webvar{target}) {
     251      if ($webvar{target} && $webvar{target} =~ /\?/) {
    252252        my $tmp = (split /\?/, $webvar{target})[1];
    253253        $tmp =~ s/^\&//;
Note: See TracChangeset for help on using the changeset viewer.