darold / squidguardmgr

SquidGuard Manager is a Perl CGI script used to manage SquidGuard blocklists and ACLs. It also have a GUI for SquidClamav. It support all configurations directives of SquidGuard and SquidClamav, configuration files can still be edited by hand.
http://squidguardmgr.darold.net/
Other
12 stars 5 forks source link

execuserlist cannot edited correct #40

Closed marcohald closed 9 years ago

marcohald commented 9 years ago

When i Create a new Source with execuserlist with a programm /tmp/test.sh "ALL" , it shows up correct in the Webinterface and it works without a problem. But everytime i edit it, the programm lose it's argument. The value is then /tmp/test.sh and not /tmp/test.sh "ALL" as it should be https://guides.github.com/features/mastering-markdown/

darold commented 9 years ago

This issue is fixed in last commit 070dfaa. Thanks for the report.