mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/c-icap: version bump and whitespace sweep
Requested by: @mimugmail
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user