Exemplo n.º 1
0
 /**
  * Disables pings to google when the sitemap changes
  * To use this, in your _config.php file simply include the line
  * GoogleSitemap::DisableGoogleNotification();
  */
 static function DisableGoogleNotification()
 {
     self::$pings = false;
 }