From e15b77aa6e74cb88e7a094a95e5173d961096641 Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 28 May 2008 12:28:52 +0000 Subject: Bug fix: allow to access to Google Custom Search without password git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@132 b3834d28-1941-0410-a4f8-b48e95affb8f --- api/export_gcs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/export_gcs.php b/api/export_gcs.php index 9cf34f7..c8bf59d 100644 --- a/api/export_gcs.php +++ b/api/export_gcs.php @@ -4,7 +4,7 @@ Export for Google Custom Search */ // Force HTTP authentication first! -require_once('httpauth.inc.php'); +//require_once('httpauth.inc.php'); require_once('../header.inc.php'); $bookmarkservice =& ServiceFactory::getServiceInstance('BookmarkService'); -- cgit v1.2.3