"Fossies" - the Fresh Open Source Software Archive

Member "3.2.11/src/config.inc" (17 Jul 2005, 498 Bytes) of package /linux/www/old/mnogosearch-php-3.2.11.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) fasm source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. For more information about "config.inc" see the Fossies "Dox" file reference documentation.

    1 <?php
    2 
    3 // maximal page number to view
    4 $MAX_NP=1000;
    5 
    6 // maximum results per page
    7 $MAX_PS=100;
    8 
    9 // (optional) Enable autowild feature for url limits
   10 // 'yes' - default value, can be 'yes' or 'no'
   11 // $auto_wild='yes';
   12 
   13 // (optional) Enable language content negotiation
   14 // 'no' - default value, can be 'yes' or 'no'
   15 // $lang_content_negotiation='no';
   16 
   17 // (optional) Enable language url translation (file.en.ext -> file)
   18 // 'no' - default value, can be 'yes' or 'no'
   19 // $lang_url_translation='no';
   20 
   21 ?>