X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=cgi-bin%2FBackupPC_Admin;h=90dfdba2667d94fe1a3f19fdb6ab2440b361c774;hp=58d6f64b7a9d0451883c59d73e63d19d2d6e3beb;hb=c615e1bfc6f2b0604a2658996f5dd6b6cfa9469c;hpb=fda25dc88a63ccac1c80efa2e4994bf0725ca9b7 diff --git a/cgi-bin/BackupPC_Admin b/cgi-bin/BackupPC_Admin index 58d6f64..90dfdba 100755 --- a/cgi-bin/BackupPC_Admin +++ b/cgi-bin/BackupPC_Admin @@ -1,4 +1,4 @@ -#!/bin/perl +#!/usr/bin/perl #============================================================= -*-perl-*-w # # BackupPC_Admin: Apache/CGI interface for BackupPC. @@ -21,7 +21,7 @@ # Craig Barratt # # COPYRIGHT -# Copyright (C) 2001-2007 Craig Barratt +# Copyright (C) 2001-2009 Craig Barratt # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -39,7 +39,7 @@ # #======================================================================== # -# Version 3.1.0, released 25 Nov 2007. +# Version 3.2.0, released 31 Jul 2010. # # See http://backuppc.sourceforge.net. # @@ -58,6 +58,8 @@ BackupPC::CGI::Lib::NewRequest; my %ActionDispatch = ( "summary" => "Summary", + "search" => "SearchArchives", + "burn" => "BurnMedia", "Start_Incr_Backup" => "StartStopBackup", "Start_Full_Backup" => "StartStopBackup", "Stop_Dequeue_Backup" => "StartStopBackup",