Fix backlinks in PostgreSQL module to go to Webmin

This commit is contained in:
Jamie Cameron
2012-07-28 17:45:15 -07:00
parent 07e337a11e
commit a07f139802
14 changed files with 16 additions and 37 deletions

View File

@ -5,6 +5,7 @@
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
do 'view-lib.pl';
if ($config{'plib'}) {
$ENV{$gconfig{'ld_env'}} .= ':' if ($ENV{$gconfig{'ld_env'}});
$ENV{$gconfig{'ld_env'}} .= $config{'plib'};