rocksolid-light/Rocksolid_Light/rslight/googleanalytics.conf

11 lines
234 B
Plaintext
Raw Normal View History

2021-06-07 05:28:55 +02:00
<?php
/* Don't run script for tor or i2p */
if((substr($_SERVER['HTTP_HOST'], -4) !== '.i2p') && (substr($_SERVER['HTTP_HOST'], -6) !== '.onion')) {
/* ENTER YOUR GOOGLE ANALYTICS SCRIPT after ?> and before <?php */
?>
<?php
}