diff options
author | plegall <plg@piwigo.org> | 2010-05-23 23:44:45 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-05-23 23:44:45 +0000 |
commit | 1e1dfbb6dd0619678b0ed3c21d4a91446777e76a (patch) | |
tree | 137b0f9106bb77d7d1ec77e6ed71a2867c8bb1ad /include | |
parent | 3181dded77150a39ff0ea853c5e379171e0272b2 (diff) |
merge r6313 from branch 2.1 to trunk
bug 1685 fixed: typo on identification.php link
git-svn-id: http://piwigo.org/svn/trunk@6316 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/functions_html.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index e78f823e8..ffbb0d8ce 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -294,7 +294,7 @@ function access_denied() { echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">'; echo '<div style="text-align:center;">'.l10n('You are not authorized to access the requested page').'<br>'; - echo '<a href="'.get_root_url().'Identification.php">'.l10n('Identification').'</a> '; + echo '<a href="'.get_root_url().'identification.php">'.l10n('Identification').'</a> '; echo '<a href="'.make_index_url().'">'.l10n('Home').'</a></div>'; echo str_repeat( ' ', 512); //IE6 doesn't error output if below a size exit(); |