X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fadministrator%2Fdefines.php;h=c7ed3684aee16e8cd79c255e46f5d6f8fc38bb28;hb=6c99d1de81366bceab6c9d6cf12179eedc81f9bc;hp=9f46f48217a2ed004da3f420f018f83979019569;hpb=ca885a4ff4cc1175af8db97bab02f7aa74ced73a;p=squirrelmail.git diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 9f46f482..c7ed3684 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -11,16 +11,7 @@ * @subpackage administrator */ -/** @ignore */ -if (!defined('SM_PATH')) define('SM_PATH','../../'); - -/** - * Load SquirrelMail SMPREF constants for default_unseen_notify and - * default_unseen_type variables. - */ -require_once( SM_PATH . 'functions/constants.php' ); - -/* Define constants for the various option types. */ +/** Define constants for the various option types. */ define('SMOPT_TYPE_UNDEFINED', -1); define('SMOPT_TYPE_STRING', 0); define('SMOPT_TYPE_STRLIST', 1); @@ -397,6 +388,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_BOOLEAN ), '$abook_global_file_listing' => array( 'name' => _("Allow listing of global address book"), 'type' => SMOPT_TYPE_BOOLEAN ), + '$abook_file_line_length' => array( 'name' => _("Address book file line length"), + 'type' => SMOPT_TYPE_INTEGER ), /* --------------------------------------------------------*/ 'Group7' => array( 'name' => _("Templates"), 'type' => SMOPT_TYPE_TITLE ), @@ -425,4 +418,3 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), ); -?> \ No newline at end of file