web/wp-content/plugins/network-publisher/networkpub_ajax.php
author hurons@caf4f556-3d62-0410-8435-a86758001935
Mon, 17 May 2010 18:54:50 +0000
changeset 189 26db1a4b9586
parent 170 8e3a5a6fc63e
permissions -rw-r--r--
pb des images logo en anglais en flag anglais

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

?>