<?php
// Modify segment size in search_index.php!

// where to file your indices
define ('PATH_ALL''./tmp/ecc_all');
define ('PATH_DL''./tmp/ecc_dl');

// from where to get your links
// Read more about Google's Sitemap Generator: 
//http://www.google.com/webmasters/sitemaps/docs/en/sitemap-generator.html

// these are only dummy links
define('SRC_SITEMAP''http://mysite.com/sitemap.xml');
define('SRC_DL''http://mysite.com/downloads.php');
define('SRC_ARCHIV''http://mysite.com/newsarchive.php');

define ('MAX_RESULTS'50);

// do not modify this unless you have changed the filenames
require_once('./page.php');
require_once(
'./search_index.php');
require_once(
'./sites_list.php');
?>