Changeset 528 for trunk/admin.php


Ignore:
Timestamp:
Sep 20, 2004, 10:08:15 PM (20 years ago)
Author:
z0rglub
Message:
  • huge refactoring of admin/configuration.php (reminder : tabs in code are forbidden, only blank spaces are allowed)
  • in admin panel, remote site management is in "general" section and not in "configuration" section
  • when retrieving languages, the array keys must be the language code and not its display name (because 2 language codes might have the same display name)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r527 r528  
    198198  'L_CONFIG_SESSION'=>$lang['conf_cookie'],
    199199  'L_CONFIG_METADATA'=>$lang['metadata'],
    200   'L_CONFIG_SITES'=>$lang['remote_sites'],
     200  'L_SITES'=>$lang['remote_sites'],
    201201  'L_CATEGORIES'=>$lang['categories'],
    202202  'L_MANAGE'=>$lang['manage'],
     
    218218  'U_CONFIG_SESSION'=>add_session_id($link_start.'configuration&section=session' ),
    219219  'U_CONFIG_METADATA'=>add_session_id($link_start.'configuration&section=metadata' ),
    220   'U_CONFIG_SITES'=>add_session_id($link_start.'remote_site'),
     220  'U_SITES'=>add_session_id($link_start.'remote_site'),
    221221  'U_PHPINFO'=>add_session_id($link_start.'admin_phpinfo' ),
    222222  'U_USERS'=>add_session_id($link_start.'user_search' ),
Note: See TracChangeset for help on using the changeset viewer.