You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
496 B
22 lines
496 B
|
19 years ago
|
<?php
|
||
|
|
|
||
|
|
// maximal page number to view
|
||
|
|
$MAX_NP=1;
|
||
|
|
|
||
|
|
// maximum results per page
|
||
|
|
$MAX_PS=1000;
|
||
|
|
|
||
|
|
// (optional) Enable autowild feature for url limits
|
||
|
|
// 'yes' - default value, can be 'yes' or 'no'
|
||
|
|
// $auto_wild='yes';
|
||
|
|
|
||
|
|
// (optional) Enable language content negotiation
|
||
|
|
// 'no' - default value, can be 'yes' or 'no'
|
||
|
|
// $lang_content_negotiation='no';
|
||
|
|
|
||
|
|
// (optional) Enable language url translation (file.en.ext -> file)
|
||
|
|
// 'no' - default value, can be 'yes' or 'no'
|
||
|
|
// $lang_url_translation='no';
|
||
|
|
|
||
|
|
?>
|