All;

Never mind, looking at the CHANGELOG, I found this:

2.9.3f
* Minor update
- Removed reference to Google Analytics (which I use on my server)
- If you want to use it, just create a file called 
"includes/google-analytics.html" and add:
        <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript">
        </script>
        <script type="text/javascript">
        _uacct = "ACCTNUMBER";
        urchinTracker();
        </script>
(Replace ACCTNUMBER with your analytics account number)


Still not sure what it does, or how it might be useful, I'll play around.

Thanks,

.vp


From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thu, 31 Jan 2008 08:52:33 -0500
CC: [email protected]
Subject: [Php-syslog-ng-support] Google Analytics Code








In looking at the file "~/includes/html_header.php", I've noticed that it 
contains a reference to a file, empty on my setup.  I was wondering what it's 
use is and how to configure it if possible at the moment?

Thanks all,

.vp

<!-- Begin Google Code -->
<?
if (is_file("includes/google-analytics.html")) {
include "includes/google-analytics.html";



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Php-syslog-ng-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/php-syslog-ng-support

Reply via email to