diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-12-03 14:34:10 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-12-03 14:34:10 +0000 |
commit | 3a46b91c787d7e95b03e4407b6cebf19f0ead04e (patch) | |
tree | 8c8b12ad0b62005310528d436a10c9b113afc169 | |
parent | 336eebcaef0def874f3138d34df82c4066f1d9b5 (diff) | |
download | semanticscuttle-3a46b91c787d7e95b03e4407b6cebf19f0ead04e.tar.gz semanticscuttle-3a46b91c787d7e95b03e4407b6cebf19f0ead04e.tar.bz2 |
Bug fix
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@194 b3834d28-1941-0410-a4f8-b48e95affb8f
-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" ?--> |