diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-05-28 12:28:52 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-05-28 12:28:52 +0000 |
commit | e15b77aa6e74cb88e7a094a95e5173d961096641 (patch) | |
tree | 825d5083dd61b60157c662b9b5ddb349bb2996dd /api | |
parent | 0348f920fd17d94199af4833bc28183a6343f4ea (diff) | |
download | semanticscuttle-e15b77aa6e74cb88e7a094a95e5173d961096641.tar.gz semanticscuttle-e15b77aa6e74cb88e7a094a95e5173d961096641.tar.bz2 |
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
Diffstat (limited to 'api')
-rw-r--r-- | api/export_gcs.php | 2 |
1 files changed, 1 insertions, 1 deletions
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');
|