diff options
Diffstat (limited to 'config.cgi')
-rwxr-xr-x | config.cgi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config.cgi b/config.cgi index f7cb95ee5..a2c22d001 100755 --- a/config.cgi +++ b/config.cgi @@ -33,10 +33,6 @@ use strict; use lib qw(.); require "CGI.pl"; -# Connect to the database so we can check whether the user is a member -# of each product group. -ConnectToDatabase(); - # Retrieve this installation's configuration. GetVersionTable(); |