Add new spacer image and allow its use for unsafe images instead of the sec_remove_...
[squirrelmail.git] / plugins / administrator / defines.php
index b79ef601afc2715eb455ba3afdc2a073c4fcf122..83fec4ebcdb7e0119d96d4df8cde9cc7adb110ef 100644 (file)
@@ -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 ),