adding config_location_base to administrator plugin
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 17 Jul 2006 16:19:19 +0000 (16:19 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 17 Jul 2006 16:19:19 +0000 (16:19 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11407 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/administrator/defines.php

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