diff options
-rw-r--r-- | gsearch/context.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gsearch/context.php b/gsearch/context.php index bed474d..7a35b32 100644 --- a/gsearch/context.php +++ b/gsearch/context.php @@ -1,10 +1,10 @@ <?php -if($GLOBALS['enableGoogleCustomSearch']==false) { +require_once('../header.inc.php'); + +if($GLOBALS['enableGoogleCustomSearch'] == false) { echo "Google Custom Search disabled. You can enable it into the config.inc.php file."; die; } - -require_once('../header.inc.php'); ?> <!--?xml version="1.0" encoding="UTF-8" ?--> |