summaryrefslogtreecommitdiffstatshomepage
path: root/www/gsearch
diff options
context:
space:
mode:
Diffstat (limited to 'www/gsearch')
-rw-r--r--www/gsearch/context.php2
-rw-r--r--www/gsearch/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/gsearch/context.php b/www/gsearch/context.php
index 8b419da..d714ec1 100644
--- a/www/gsearch/context.php
+++ b/www/gsearch/context.php
@@ -1,5 +1,5 @@
<?php
-require_once '../../src/SemanticScuttle/header.php';
+require_once '../www-header.php';
if($GLOBALS['enableGoogleCustomSearch'] == false) {
echo "Google Custom Search disabled. You can enable it into the config.php file.";
diff --git a/www/gsearch/index.php b/www/gsearch/index.php
index ec86787..585536a 100644
--- a/www/gsearch/index.php
+++ b/www/gsearch/index.php
@@ -1,4 +1,4 @@
-<?php require_once '../../src/SemanticScuttle/header.php';
+<?php require_once '../www-header.php';
if($GLOBALS['enableGoogleCustomSearch']==false) {
echo "Google Custom Search disabled. You can enable it into the config.php file.";