r10317@llin: dpavlin | 2006-03-07 17:24:19 +0100
[BackupPC.git] / cgi-bin / BackupPC_Admin
index 285ae49..955a621 100755 (executable)
@@ -39,7 +39,7 @@
 #
 #========================================================================
 #
-# Version 2.1.0, released 20 Jun 2004.
+# Version 2.1.2, released 5 Sep 2005.
 #
 # See http://backuppc.sourceforge.net.
 #
@@ -58,6 +58,8 @@ BackupPC::CGI::Lib::NewRequest;
 
 my %ActionDispatch = (
     "summary"                   => "Summary",
+    "search"                     => "SearchArchives",
+    "burn"                       => "BurnMedia",    
     $Lang->{Start_Incr_Backup}   => "StartStopBackup",
     $Lang->{Start_Full_Backup}   => "StartStopBackup",
     $Lang->{Stop_Dequeue_Backup} => "StartStopBackup",
@@ -79,9 +81,7 @@ my %ActionDispatch = (
     "Reload"                     => "ReloadServer",
     "startServer"                => "StartServer",
     "Stop"                       => "StopServer",
-    "adminOpts"                  => "AdminOptions",
-    "search"                     => "SearchArchives",
-    "burn"                       => "BurnMedia"
+    "adminOpts"                  => "AdminOptions"
 );
 
 #