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:
parent
0348f920fd
commit
e15b77aa6e
@ -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');
|
||||
|
@ -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');
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user