From 4ecd3a703b4c3e74932811686ce21e94744745b8 Mon Sep 17 00:00:00 2001 From: kink Date: Sat, 13 Mar 2004 13:51:02 +0000 Subject: [PATCH] Remove obsolete UID support conf.pl code. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6772 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/config/conf.pl b/config/conf.pl index 6fde9147..5ea3300a 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -2223,26 +2223,7 @@ sub command314 { return $allow_charset_search; } -sub command315 { - ## OBSOLETE - UID support is now always enabled - return "true"; - print "This option allows you to enable unique identifier (UID) support.\n"; - print "\n"; - - if ( lc($uid_support) eq "true" ) { - $default_value = "y"; - } else { - $default_value = "n"; - } - print "Enable Unique identifier (UID) support? (y/n) [$WHT$default_value$NRM]: $WHT"; - $uid_support = ; - if ( ( $uid_support =~ /^y\n/i ) || ( ( $uid_support =~ /^\n/ ) && ( $default_value eq "y" ) ) ) { - $uid_support = "true"; - } else { - $uid_support = "false"; - } - return $uid_support; -} +# command315 (UID support) obsoleted. sub command316 { print "This option allows you to change the name of the PHP session used\n"; -- 2.25.1