Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/plugin/search/server/www/config.inc

21 lines
496 B

<?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';
?>