Ignore:
Timestamp:
Apr 10, 2007, 1:25:45 AM (17 years ago)
Author:
rvelices
Message:

merge revisions 1938 and 1949 from branch-1_7 to trunk:
dark theme correction
permalink and category.php redirections are permanent (http code 301) instead of temporary (301)
added rel nofollow for the metadata link on picture page
changed h2 background color style in dark/mail-css (was not readable when images are not downloaded)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/section_init.inc.php

    r1900 r1950  
    750750    if (!headers_sent())
    751751    { // this is a permanent redirection
    752       set_status_header(302);
     752      set_status_header(301);
    753753      redirect_http( $redirect_url );
    754754    }
Note: See TracChangeset for help on using the changeset viewer.