コード例 #1
0
ファイル: GoogleSitemap.php プロジェクト: ramziammar/websites
 /**
  * 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;
 }