diff options
-rw-r--r-- | common.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ sub redirect { my ( $script, $argv ) = split( /\?/, $form->{callback} ); my @common_attrs = qw( - dbh login favicon stylesheet titlebar password custom_db_fields + dbh login favicon stylesheet titlebar password custom_db_fields vc ); if ( !$script ) { # http redirect to login.pl if called w/no args |