X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=cgi-bin%2FBackupPC_Admin;h=90dfdba2667d94fe1a3f19fdb6ab2440b361c774;hp=e099be495001781adad518bfffe0eb22f1eb2ae2;hb=ee499dda4d49dfa4d0b51e158c35a565178efde8;hpb=df717077755b9331fa245f72933ef03add7a3710 diff --git a/cgi-bin/BackupPC_Admin b/cgi-bin/BackupPC_Admin index e099be4..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-2003 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.0.0beta1, released 30 Jul 2006. +# 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",