Ignore:
Timestamp:
May 24, 2010, 1:39:00 AM (14 years ago)
Author:
plg
Message:

bug 1685 fixed: typo on identification.php link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/include/functions_html.inc.php

    r5985 r6313  
    295295    echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
    296296    echo '<div style="text-align:center;">'.l10n('You are not authorized to access the requested page').'<br>';
    297     echo '<a href="'.get_root_url().'Identification.php">'.l10n('Identification').'</a>&nbsp;';
     297    echo '<a href="'.get_root_url().'identification.php">'.l10n('Identification').'</a>&nbsp;';
    298298    echo '<a href="'.make_index_url().'">'.l10n('Home').'</a></div>';
    299299    echo str_repeat( ' ', 512); //IE6 doesn't error output if below a size
Note: See TracChangeset for help on using the changeset viewer.