web/wp-content/plugins/network-publisher/networkpub_ajax.php
author hurons@caf4f556-3d62-0410-8435-a86758001935
Thu, 18 Mar 2010 09:56:33 +0000
changeset 170 8e3a5a6fc63e
permissions -rw-r--r--
English version just for user loged view New plug in : - xili-language - xili-dictionary - xili-tidy-tags And theme modification And widget modification

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

?>