diff options
-rw-r--r-- | api/export_gcs.php | 2 | ||||
-rw-r--r-- | upgrade.txt | 2 |
2 files changed, 2 insertions, 2 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');
diff --git a/upgrade.txt b/upgrade.txt index ba4f710..792c04c 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -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'); |