summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar mensonge2008-12-03 14:34:10 +0000
committerGravatar mensonge2008-12-03 14:34:10 +0000
commit3a46b91c787d7e95b03e4407b6cebf19f0ead04e (patch)
tree8c8b12ad0b62005310528d436a10c9b113afc169
parent336eebcaef0def874f3138d34df82c4066f1d9b5 (diff)
downloadscuttle-3a46b91c787d7e95b03e4407b6cebf19f0ead04e.tar.gz
scuttle-3a46b91c787d7e95b03e4407b6cebf19f0ead04e.zip
Bug fix
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@194 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r--gsearch/context.php6
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" ?-->