# Option output
print "Choose output option (browserdetail)...\n";
- my $bidon='';
+ $bidon='';
print "Your choice : ";
$bidon=<STDIN>;
chomp $bidon;
my @OutputList=();
my $FileConfig;
my $FileSuffix;
-my $SiteConfig;
my $DatabaseBreak;
use vars qw/
$ShowAuthenticatedUsers $ShowFileSizesStats $ShowScreenSizeStats $ShowSMTPErrorsStats
}
if ($ExportFormat eq 'webalizer') {
my $urlkeywordsyntax=$SearchEnginesKnownUrl{$SearchEnginesHashID{$key}};
- my $urlkeywordsyntax=&unregexkeywordcode($urlkeywordsyntax,1);
+ $urlkeywordsyntax=&unregexkeywordcode($urlkeywordsyntax,1);
if (! $urlkeywordsyntax) { next; } # This has no keywordextractcode
my $newkey=&unregex($key);
if ($newkey =~ /[\[\]\(\)\|\?\*\+]/) { next; } # This was a regex value that i can't clean
exit();
}
-my $fileOutput = "";
+$fileOutput = "";
# Now lets build the contents to write (or append) to urlalias file
foreach my $newAlias (@addToAliasFile) {
$lconf = &get_config($filetoopen);
foreach my $key (keys %$lconf) {
$lconf->{$key}=~s/^\s*//g;
- $lconf->{$key}=~s/^*[\"\']//;
+ $lconf->{$key}=~s/^\s*[\"\']//;
$lconf->{$key}=~s/#.*$//;
$lconf->{$key}=~s/\s*$//g;
$lconf->{$key}=~s/[\"\']\s*$//;