#!/usr/bin/perl ###################################################################### # # Apollia's Website Statistics Saver -- Additional Config # # Version 1.1 # @dirs_containing_statistics_to_zip = ( "/home/username/logs/example-domain.com/http/", "/home/username/logs/example-subdomain.example-domain.com/http/", ); $zip_filename_prefix="ExampleDomain"; # Remember to uncomment the below variables once you put in some # valid email addresses. (Uncomment means, remove the # from the # beginning of the line.) #$email_address_to_send_from=''; #$email_address_to_send_notifs_to=''; # You must use single quotes above, because @ does weird things # inside quotes in Perl.