1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

Update admin_config.php

This commit is contained in:
Erdei Gábor 2022-06-08 22:08:43 +02:00 committed by GitHub
parent b0ae4ee924
commit 6dd57991c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ class gsitemap_adminArea extends e_admin_dispatcher
'main/create' => array('caption'=> GSLAN_22, 'perm' => 'P'),
'main/div0' => array('divider'=> true),
'main/import' => array('caption'=> GSLAN_23, 'perm' => 'P'),
'main/import' => array('caption'=> LAN_IMPORT, 'perm' => 'P'),
'main/instructions' => array('caption'=> GSLAN_53, 'perm' => 'P'),
);