From 41d7fe4780adc520bdc83fa61f76082b6de76691 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Thu, 27 Aug 2015 21:37:09 +0200 Subject: havp code style cleanup - Add copyright header - Fix indentation/whitespace --- config/havp/havp_fscan.xml | 136 +++++++++++++++++++++++++++++---------------- 1 file changed, 88 insertions(+), 48 deletions(-) (limited to 'config/havp') diff --git a/config/havp/havp_fscan.xml b/config/havp/havp_fscan.xml index 91dce25c..1c6d6147 100644 --- a/config/havp/havp_fscan.xml +++ b/config/havp/havp_fscan.xml @@ -1,50 +1,90 @@ + + - havpfscan - Antivirus: Files scanner - Status - none - /usr/local/pkg/havp.inc - - - General page - /antivirus.php - - - HTTP Proxy - /pkg_edit.php?xml=havp.xml&id=0 - - - - Settings - /pkg_edit.php?xml=havp_avset.xml&id=0 - - - - - Scan file path - scanfilepath - - Enter file path or catalog for scanning. <br> - - input - 90 - - - - havp_fscan_before_form($pkg); - - - havp_validate_settings($_POST, $input_errors); - - - - - - - - \ No newline at end of file + + + Copyright (C) 2014 Andrew Nikitin . + Copyright (C) 2015 ESF, LLC + All rights reserved. +*/ +/* ====================================================================================== */ +/* + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. +*/ +/* ====================================================================================== */ + ]]> + + havpfscan + Antivirus: Files Scanner + Status + none + /usr/local/pkg/havp.inc + + + General Page + /antivirus.php + + + HTTP Proxy + /pkg_edit.php?xml=havp.xml + + + + Settings + /pkg_edit.php?xml=havp_avset.xml + + + + + Scan File Path + scanfilepath + + + ]]> + + input + 90 + + + + havp_fscan_before_form($pkg); + + + havp_validate_settings($_POST, $input_errors); + + -- cgit v1.2.3