add missing actions
authordpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Thu, 23 Jun 2005 09:04:00 +0000 (09:04 +0000)
committerdpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Thu, 23 Jun 2005 09:04:00 +0000 (09:04 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@5 8392b6e1-25fa-0310-8288-cc32f8e212ea

cgi-bin/BackupPC_Admin

index 54964ba..285ae49 100755 (executable)
@@ -80,6 +80,8 @@ my %ActionDispatch = (
     "startServer"                => "StartServer",
     "Stop"                       => "StopServer",
     "adminOpts"                  => "AdminOptions",
+    "search"                     => "SearchArchives",
+    "burn"                       => "BurnMedia"
 );
 
 #