X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fadministrator%2Fdefines.php;h=496dca6506cdd6e8d27b2b92dcdce59fc97a0c6d;hp=c7ed3684aee16e8cd79c255e46f5d6f8fc38bb28;hb=ec4de5ef52cd2ec0ee89946654769b6b4efe4b72;hpb=6c99d1de81366bceab6c9d6cf12179eedc81f9bc diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index c7ed3684..496dca65 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -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 ),