web/wp-content/plugins/network-publisher/networkpub_ajax.php
author hurons@caf4f556-3d62-0410-8435-a86758001935
Thu, 16 Sep 2010 15:42:32 +0000
changeset 192 ad0cebafc06f
parent 170 8e3a5a6fc63e
permissions -rw-r--r--
new version and introduction of "pedagogie" link in "tool" category

<?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;
	}
}

?>