# USER CONFIGURATION SECTION # Modify these to your own settings. You might have # to contact your system administrator if you do not # run your own web server. If the purpose of these # parameters seems unclear, please see the README file. BEGIN { $DEBUGGING = 1; } my $basedir = '/hamida/www/'; my $baseurl = 'http://www.hamidapharma.com/'; my @files = ('*.html','*/*.html'); my $title = "Hamida Search Program"; my $title_url = 'http://www.hamidapharma.com'; my $search_url = 'http://www.hamidapharma.com/international.htm'; my @blocked = (); my $emulate_matts_code = 1; my $style = ''; #### my $hit_threshhold = 1; my @subdirs = ('','/manual','/vmanual'); my $no_prune = 1; # USER CONFIGURATION << END >> # ----------------------------