Default /usr/bin/dot

beta
Vitaliy Filippov 2017-11-30 18:12:39 +03:00
parent fcc7be34af
commit c8b8ccd383
1 changed files with 2 additions and 2 deletions

View File

@ -72,14 +72,14 @@ sub get_param_list
{
name => 'webdotbase',
type => 't',
default => 'http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%',
default => '/usr/bin/dot',
checker => \&check_webdotbase
},
{
name => 'webtwopibase',
type => 't',
default => '',
default => '/usr/bin/twopi',
checker => \&check_webdotbase
},