X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fadministrator%2Fdefines.php;h=1bb19d1506c4f2d14bcf9a0343022e8483cfc83a;hb=701e7beed3baca980039f978c6d536dd91cae775;hp=6e0b39d4c1d5a4f19f2ce7c7f4f332a8fca94d54;hpb=1977ab5587905d225c6288141b82f7a6e3d29d02;p=squirrelmail.git diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 6e0b39d4..1bb19d15 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -4,7 +4,7 @@ * Administrator plugin - Option definitions * * @author Philippe Mingo - * @copyright 1999-2010 The SquirrelMail Project Team + * @copyright 1999-2014 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -293,6 +293,9 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_STRING, 'size' => 40, 'default' => '' ), + '$use_transparent_security_image' => array( 'name' => _("Use transparent security image"), + 'type' => SMOPT_TYPE_BOOLEAN, + 'default' => true ), /* --------------------------------------------------------*/ 'Group5' => array( 'name' => _("Message of the Day"), 'type' => SMOPT_TYPE_TITLE ),