X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=21c027018046a9882f87f32fe8f43029d4aaafdf;hp=a81ea62eb8957ef33fd2adf18e525c727c5874ba;hb=646c12d4e35593ac1d515066cda7f1833f368722;hpb=5d0e7ed76cc491e28e0429aaa53abe93357e9d78 diff --git a/inc/config.php b/inc/config.php index a81ea62e..21c02701 100644 --- a/inc/config.php +++ b/inc/config.php @@ -347,5 +347,8 @@ $cfg->setConfigEntry('proxy_password', ''); // CFG: PROXY-CONNECT-METHOD $cfg->setConfigEntry('proxy_connect_method', 'Y'); +// CFG: HOSTNAME-FILE +$cfg->setConfigEntry('hostname_file', '/etc/hostname'); + // [EOF] ?>