web/wp-content/plugins/network-publisher/networkpub_ajax.php
changeset 170 8e3a5a6fc63e
equal deleted inserted replaced
169:2d410dc8c1f3 170:8e3a5a6fc63e
       
     1 <?php
       
     2 
       
     3 if (!function_exists('add_action')){
       
     4 	@include_once($GLOBALS['HTTP_ENV_VARS']['DOCUMENT_ROOT'] . "/wp-config.php");
       
     5 	if (!function_exists('add_action')) {
       
     6 		include_once("../../../wp-config.php");
       
     7 	} else {
       
     8 		return false;
       
     9 	}
       
    10 }
       
    11 
       
    12 ?>