mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/c-icap: refactored menu and added log viewer (#314)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= c-icap
|
||||
PLUGIN_VERSION= 1.2
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_COMMENT= c-icap connects your Proxy with a virus scanner
|
||||
PLUGIN_DEPENDS= c-icap c-icap-modules
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<menu>
|
||||
<Services>
|
||||
<C_ICAP VisibleName="C-ICAP" cssClass="fa fa-ambulance" url="/ui/cicap/general/index" />
|
||||
<C_ICAP VisibleName="C-ICAP" cssClass="fa fa-ambulance">
|
||||
<general VisibleName="Configuration" order="10" url="/ui/cicap/general/index"/>
|
||||
<log VisibleName="Log File" order="20" url="/diag_logs_cicap.php"/>
|
||||
</C_ICAP>
|
||||
</Services>
|
||||
</menu>
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$logfile = '/var/log/c-icap/server.log';
|
||||
$logclog = false;
|
||||
|
||||
require_once 'diag_logs_template.inc';
|
||||
Reference in New Issue
Block a user