web/wp-content/plugins/network-publisher/networkpub_ajax.php
author hurons@caf4f556-3d62-0410-8435-a86758001935
Mon, 17 May 2010 15:55:13 +0000
changeset 183 632ee16f1e91
parent 170 8e3a5a6fc63e
permissions -rw-r--r--
- flag - new traduction - debug ical home - ...

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

?>