diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-10-26 06:39:23 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-10-26 06:39:23 +0000 |
commit | 1a4a02722617a0dc66dcd57b8e80697fb913eae5 (patch) | |
tree | 3ffd7b59099ff46134af35690d81319d632df47b /www/gsearch/index.php | |
parent | 12ff7497fa2139653e6cb6b8c10905ce0324f4e7 (diff) | |
download | semanticscuttle-1a4a02722617a0dc66dcd57b8e80697fb913eae5.tar.gz semanticscuttle-1a4a02722617a0dc66dcd57b8e80697fb913eae5.tar.bz2 |
rename config.inc.php to config.php throughout the code
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@428 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'www/gsearch/index.php')
-rw-r--r-- | www/gsearch/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gsearch/index.php b/www/gsearch/index.php index aabc56a..ec86787 100644 --- a/www/gsearch/index.php +++ b/www/gsearch/index.php @@ -1,7 +1,7 @@ <?php require_once '../../src/SemanticScuttle/header.php'; if($GLOBALS['enableGoogleCustomSearch']==false) { - echo "Google Custom Search disabled. You can enable it into the config.inc.php file."; + echo "Google Custom Search disabled. You can enable it into the config.php file."; die; } |