mirror of
https://github.com/webmin/webmin.git
synced 2025-08-08 08:26:00 +00:00
Fix backlinks in PostgreSQL module to go to Webmin
This commit is contained in:
@ -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'};
|
||||
|
Reference in New Issue
Block a user