web/wp-content/plugins/network-publisher/networkpub_ajax.php
changeset 170 8e3a5a6fc63e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/plugins/network-publisher/networkpub_ajax.php	Thu Mar 18 09:56:33 2010 +0000
@@ -0,0 +1,12 @@
+<?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;
+	}
+}
+
+?>
\ No newline at end of file