124 |
-exit (0); |
-exit (0); |
125 |
diff -Nur smeserver-awstats-1.4.old/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/cgi-bin/.awstats/awstats.conf/10conf smeserver-awstats-1.4/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/cgi-bin/.awstats/awstats.conf/10conf |
diff -Nur smeserver-awstats-1.4.old/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/cgi-bin/.awstats/awstats.conf/10conf smeserver-awstats-1.4/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/cgi-bin/.awstats/awstats.conf/10conf |
126 |
--- smeserver-awstats-1.4.old/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/cgi-bin/.awstats/awstats.conf/10conf 2018-07-20 09:44:29.000000000 -0400 |
--- smeserver-awstats-1.4.old/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/cgi-bin/.awstats/awstats.conf/10conf 2018-07-20 09:44:29.000000000 -0400 |
127 |
+++ smeserver-awstats-1.4/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/cgi-bin/.awstats/awstats.conf/10conf 2021-02-22 16:07:41.062000000 -0500 |
+++ smeserver-awstats-1.4/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/cgi-bin/.awstats/awstats.conf/10conf 2021-02-22 16:15:21.799000000 -0500 |
128 |
@@ -165,6 +165,7 @@ |
@@ -165,6 +165,7 @@ |
129 |
|
|
130 |
my $networkDB = esmith::ConfigDB->open('networks') or die("can't open Networks DB"); |
my $networkDB = esmith::ConfigDB->open('networks') or die("can't open Networks DB"); |
165 |
$OUT .= "127.0.0.1 $skipHosts $allIPs"; |
$OUT .= "127.0.0.1 $skipHosts $allIPs"; |
166 |
|
|
167 |
$OUT .= '"' . "\n"; |
$OUT .= '"' . "\n"; |
168 |
|
@@ -242,7 +242,7 @@ |
169 |
|
|
170 |
|
my $domainsDB = esmith::ConfigDB->open('domains') or die("can't open Domains DB"); |
171 |
|
|
172 |
|
- $OUT .= 'HostAliases="localhost 127\.0\.0\.1'; |
173 |
|
+ $OUT .= 'HostAliases="localhost 127.0.0.1'; |
174 |
|
|
175 |
|
# push( @aliases, $DynDnsHostname ) if defined $DynDnsHostname; |
176 |
|
# Need to find DynDnsHostname if it exists |
177 |
@@ -259,11 +259,11 @@ |
@@ -259,11 +259,11 @@ |
178 |
# needed for IE6 beta |
# needed for IE6 beta |
179 |
if ( defined $ipskipExtIP && $ipskipExtIP eq "mask" ) { |
if ( defined $ipskipExtIP && $ipskipExtIP eq "mask" ) { |