bug 1685 fixed: typo on identification.php link
git-svn-id: http://piwigo.org/svn/branches/2.1@6313 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
b7ed5e6af4
commit
d1b62c1d58
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ function access_denied()
|
||||||
{
|
{
|
||||||
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
|
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 '<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 '<a href="'.make_index_url().'">'.l10n('Home').'</a></div>';
|
||||||
echo str_repeat( ' ', 512); //IE6 doesn't error output if below a size
|
echo str_repeat( ' ', 512); //IE6 doesn't error output if below a size
|
||||||
exit();
|
exit();
|
||||||
|
|
Loading…
Add table
Reference in a new issue