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!
require_once('httpauth.inc.php');
//require_once('httpauth.inc.php');
require_once('../header.inc.php');
$bookmarkservice =& ServiceFactory::getServiceInstance('BookmarkService');

View File

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