| Code: |
if (defined('FORUM_ADMIN')) {
require("modules/Forums/includes/functions_search.php");
} else {
require("modules/Forums/includes/functions_search.php");
}
|
| Code: |
$phpbb_root_path = './../';
if (defined('FORUM_ADMIN')) {
require($phpbb_root_path . "includes/functions_search.php");
} else {
require($phpbb_root_path . "includes/functions_search.php");
}
|