X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=cgi-bin%2FBackupPC_Admin;h=81b85ad36a32a334f0b255434b05aec175a7ad9b;hp=a3fbe87116098ab7843913a74a66c82a50e7d5a1;hb=1a2fa2c2a1e0db12dc788216d9f3ba73301a131f;hpb=5c6a6cc4f333ce44a9df62ab828b0b9341579f7c diff --git a/cgi-bin/BackupPC_Admin b/cgi-bin/BackupPC_Admin index a3fbe87..81b85ad 100755 --- a/cgi-bin/BackupPC_Admin +++ b/cgi-bin/BackupPC_Admin @@ -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}};