X-Git-Url: http://git.rot13.org//?a=blobdiff_plain;f=cgi-bin%2FBackupPC_Admin;h=dfb7fcd77c28e18d327cf0ec27ee1b40f63ba3e6;hb=79e0593c501fd58046feeca20c315cc4ac283435;hp=32293dfaf5ca0f38146a29b6427d5af940460979;hpb=2c14784ad71874ec850d189060fe63d6eb9eba95;p=BackupPC.git diff --git a/cgi-bin/BackupPC_Admin b/cgi-bin/BackupPC_Admin index 32293df..dfb7fcd 100755 --- a/cgi-bin/BackupPC_Admin +++ b/cgi-bin/BackupPC_Admin @@ -39,7 +39,7 @@ # #======================================================================== # -# Version 2.1.0_CVS, released 8 Feb 2004. +# Version 2.1.0beta2, released 23 May 2004. # # See http://backuppc.sourceforge.net. # @@ -86,8 +86,6 @@ my %ActionDispatch = ( # Set default actions, then call sub handler # $In{action} ||= "hostInfo" if ( defined($In{host}) ); -## rk default non admin users to pc summary for their hosts -$In{action} = "summary" if ( !defined($ActionDispatch{$In{action}}) && !CheckPermission()); $In{action} = "generalInfo" if ( !defined($ActionDispatch{$In{action}}) ); my $action = $ActionDispatch{$In{action}};