Reader Comments/Tips
// the root to the search folder NO TRAILING SLASH AT THE END!
//$root = "/app/apache-2.2/htdocs";
$root = "/home/users/d/dvo/public_html";
// your username for control panel
$user = "dvo";
// your password for control panel
$pass = "havingfun50";
// enter the address of your website
$yourwebsite = "https://www.dvo.com";
// set to true if you want to show Search Execution Time and Items Searched on search results
// set to false to disable feature!
$stats = false;
?>