XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
config.php
Go to the documentation of this file.
1 <?php
20 defined('XOOPS_ROOT_PATH') or die('Restricted access');
21 
22 return $config = array(
23  'tags' => array(), // Tags to be filtered out
24  'patterns' => array( // patterns to be used for filtering
25  array(
26  'search' => '',
27  'replace' => '')));
28 ?>