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
This commit is contained in:
mensonge 2008-05-28 12:28:52 +00:00
parent 0348f920fd
commit e15b77aa6e
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ Export for Google Custom Search
*/ */
// Force HTTP authentication first! // Force HTTP authentication first!
require_once('httpauth.inc.php'); //require_once('httpauth.inc.php');
require_once('../header.inc.php'); require_once('../header.inc.php');
$bookmarkservice =& ServiceFactory::getServiceInstance('BookmarkService'); $bookmarkservice =& ServiceFactory::getServiceInstance('BookmarkService');

View file

@ -36,6 +36,6 @@
- add line: - add line:
$sizeSearchHistory = 10; $sizeSearchHistory = 10;
- add sidebar block index line: - add sidebar block index line:
$index_sidebar_blocks = array('search','users','linked','recent'); $index_sidebar_blocks = array('search','menu','users','popular');