www/c-icap: version bump and whitespace sweep

Requested by: @mimugmail
This commit is contained in:
Franco Fichtner
2017-09-20 10:28:08 +02:00
parent 90deaa61b5
commit 605e243d0c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= c-icap
PLUGIN_VERSION= 1.0
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= c-icap connects your Proxy with a virus scanner
PLUGIN_DEPENDS= c-icap c-icap-modules
PLUGIN_MAINTAINER= m.muenz@gmail.com
@@ -61,6 +61,6 @@
<enable_accesslog type="BooleanField">
<default>1</default>
<Required>Y</Required>
</enable_accesslog>
</enable_accesslog>
</items>
</model>
@@ -69,8 +69,8 @@ POSSIBILITY OF SUCH DAMAGE.
ajaxCall(url="/api/cicap/service/status", sendData={}, callback=function(data,status) {
updateServiceStatusUI(data['status']);
});
// check if ClamAV plugin is installed
// check if ClamAV plugin is installed
ajaxCall(url="/api/cicap/service/checkclamav", sendData={}, callback=function(data,status) {
if (data == "0") {
$('#missing_clamav').show();