HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/menvid.com/wp-content/plugins/google-sitemap-generator/sitemap-wpmu.php
<?php

/*
 * $Id: sitemap-wpmu.php 534582 2012-04-21 22:25:36Z arnee $
 *
 * Google XML Sitemaps Generator for WordPress MU activation
 * ==============================================================================
 *
 * If you want to use this plugin with a automatic network-wide activation, copy the "google-sitemaps-generator" directory
 * in wp-content/mu-plugins and copy this file into wp-content/mu-plugins directly:
 *
 * + wp-content/
 * | + mu-plugins/
 * | | - sitemap-wpmu.php
 * | | + google-sitemap-generator/
 * | | | - sitemap.php
 * | | | - [...]
 *
 * All files in the mu-plugins directory are included for all sites by WordPress by default, so there is no need to
 * activate this plugin anymore (and it also can not be deactivated).
 */

if(!defined('WPINC')) return;

$gsgFile = dirname(__FILE__) . "/google-sitemap-generator/sitemap.php";

if(file_exists($gsgFile)) require_once($gsgFile);
else trigger_error("Google Sitemap Generator was loaded via mu-plugins directory, but the plugin was not found under $gsgFile",E_USER_WARNING);