aboutsummaryrefslogtreecommitdiffstats
path: root/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin.php')
-rw-r--r--admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin.php b/admin.php
index 4f813f619..509031bde 100644
--- a/admin.php
+++ b/admin.php
@@ -197,7 +197,7 @@ $template->assign_vars(array(
'L_CONFIG_UPLOAD'=>$lang['upload'],
'L_CONFIG_SESSION'=>$lang['conf_cookie'],
'L_CONFIG_METADATA'=>$lang['metadata'],
- 'L_CONFIG_SITES'=>$lang['remote_sites'],
+ 'L_SITES'=>$lang['remote_sites'],
'L_CATEGORIES'=>$lang['categories'],
'L_MANAGE'=>$lang['manage'],
'L_UPLOAD'=>$lang['upload'],
@@ -217,7 +217,7 @@ $template->assign_vars(array(
'U_CONFIG_UPLOAD'=>add_session_id($link_start.'configuration&section=upload' ),
'U_CONFIG_SESSION'=>add_session_id($link_start.'configuration&section=session' ),
'U_CONFIG_METADATA'=>add_session_id($link_start.'configuration&section=metadata' ),
- 'U_CONFIG_SITES'=>add_session_id($link_start.'remote_site'),
+ 'U_SITES'=>add_session_id($link_start.'remote_site'),
'U_PHPINFO'=>add_session_id($link_start.'admin_phpinfo' ),
'U_USERS'=>add_session_id($link_start.'user_search' ),
'U_GROUPS'=>add_session_id($link_start.'group_list' ),