xref: /plugin/sphinxsearch-was/indexer.php (revision 23:9d137f8774e4)
1<?php
2$ssPluginRoot = dirname(__FILE__);
3chdir($ssPluginRoot);
4system("/usr/bin/indexer -c sphinx.conf --rotate dk_main");
5?>
6