浏览代码

adding config_location_base to administrator plugin

tokul 19 年之前
父节点
当前提交
40255890c5
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      plugins/administrator/defines.php

+ 4 - 0
plugins/administrator/defines.php

@@ -282,6 +282,10 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                                                  2 => _("Custom GNU C time zones"),
                                                                  2 => _("Custom GNU C time zones"),
                                                                  3 => _("Custom strict time zones")),
                                                                  3 => _("Custom strict time zones")),
                                              'default' => 0 ),
                                              'default' => 0 ),
+                 '$config_location_base' => array( 'name' => _("Location base"),
+                                                   'type' => SMOPT_TYPE_STRING,
+                                                   'size' => 40,
+                                                   'default' => '' ),
                  /* --------------------------------------------------------*/
                  /* --------------------------------------------------------*/
                  'Group5' => array( 'name' => _("Message of the Day"),
                  'Group5' => array( 'name' => _("Message of the Day"),
                                     'type' => SMOPT_TYPE_TITLE ),
                                     'type' => SMOPT_TYPE_TITLE ),