/[BackupPC]/trunk/cgi-bin/BackupPC_Admin
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/cgi-bin/BackupPC_Admin

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by dpavlin, Thu Jun 23 09:04:00 2005 UTC revision 13 by dpavlin, Thu Jun 23 17:23:14 2005 UTC
# Line 58  BackupPC::CGI::Lib::NewRequest; Line 58  BackupPC::CGI::Lib::NewRequest;
58    
59  my %ActionDispatch = (  my %ActionDispatch = (
60      "summary"                    => "Summary",      "summary"                    => "Summary",
61        "search"                     => "SearchArchives",
62        "burn"                       => "BurnMedia",    
63      $Lang->{Start_Incr_Backup}   => "StartStopBackup",      $Lang->{Start_Incr_Backup}   => "StartStopBackup",
64      $Lang->{Start_Full_Backup}   => "StartStopBackup",      $Lang->{Start_Full_Backup}   => "StartStopBackup",
65      $Lang->{Stop_Dequeue_Backup} => "StartStopBackup",      $Lang->{Stop_Dequeue_Backup} => "StartStopBackup",
# Line 79  my %ActionDispatch = ( Line 81  my %ActionDispatch = (
81      "Reload"                     => "ReloadServer",      "Reload"                     => "ReloadServer",
82      "startServer"                => "StartServer",      "startServer"                => "StartServer",
83      "Stop"                       => "StopServer",      "Stop"                       => "StopServer",
84      "adminOpts"                  => "AdminOptions",      "adminOpts"                  => "AdminOptions"
     "search"                     => "SearchArchives",  
     "burn"                       => "BurnMedia"  
85  );  );
86    
87  #  #

Legend:
Removed from v.12  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.26