source: extensions/rv_autocomplete/admin/config.php @ 22201

Last change on this file since 22201 was 22201, checked in by rvelices, 11 years ago

rv autocomplete svn first commit

File size: 111 bytes
Line 
1<?php 
2defined('PHPWG_ROOT_PATH') or die('Hacking attempt!');
3
4if (count($_POST))
5  rvac_invalidate_cache();
6?>
Note: See TracBrowser for help on using the repository browser.