1<?php
2/**
3 * Options for the searchstats plugin
4 */
5
6$conf['searchstats_savefolder']    = 'data/index/searchstats';   // sets folder where search words are stored
7
8?>