diff options
Diffstat (limited to 'www/api/export_gcs.php')
-rw-r--r-- | www/api/export_gcs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/api/export_gcs.php b/www/api/export_gcs.php index fab7fe2..72b3d14 100644 --- a/www/api/export_gcs.php +++ b/www/api/export_gcs.php @@ -8,7 +8,7 @@ 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; } |