XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
config.text.php
Go to the documentation of this file.
1 <?php
21 defined('XOOPS_ROOT_PATH') or die('Restricted access');
22 
23 return $config = array(
24  'num_chars' => 6, // Maximum characters
25 );