web/wp-content/plugins/network-publisher/networkpub_ajax.php
author Anthony Ly <anthonyly.com@gmail.com>
Mon, 03 Dec 2012 16:30:36 -0800
changeset 195 c7c0fbc09788
parent 170 8e3a5a6fc63e
permissions -rw-r--r--
ajout du plugin Duplicator

<?php

if (!function_exists('add_action')){
	@include_once($GLOBALS['HTTP_ENV_VARS']['DOCUMENT_ROOT'] . "/wp-config.php");
	if (!function_exists('add_action')) {
		include_once("../../../wp-config.php");
	} else {
		return false;
	}
}

?>