diff options
author | gweltas <gweltas@piwigo.org> | 2005-01-06 16:33:04 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2005-01-06 16:33:04 +0000 |
commit | 22e0536a05bbb6bca313dd05225bc4bb1963e0dc (patch) | |
tree | 89d5975d8ed2365a63b5263136c28cd3095e5e8e /admin/include | |
parent | 0d8918b7d89eac72238ac2ea990f2ec4668d9e0a (diff) |
- Group permission delivery
- Reorganisation of common.lang.php
git-svn-id: http://piwigo.org/svn/trunk@671 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/include/isadmin.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/isadmin.inc.php b/admin/include/isadmin.inc.php index 9b71cb900..0d05c9853 100644 --- a/admin/include/isadmin.inc.php +++ b/admin/include/isadmin.inc.php @@ -30,7 +30,7 @@ include( PHPWG_ROOT_PATH.'admin/include/functions.php' ); if ($user['status'] != 'admin') { echo '<div style="text-align:center;">'.$lang['access_forbiden'].'<br />'; - echo '<a href="'.PHPWG_ROOT_PATH.'identification.php">'.$lang['ident_title'].'</a></div>'; + echo '<a href="'.PHPWG_ROOT_PATH.'identification.php">'.$lang['identification'].'</a></div>'; exit(); } ?> |