equal
deleted
inserted
replaced
|
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 ?> |