nc_char',
'enum' => '',
'set' => ''
);
// map above defined groups to any function
$cfg['restrictfunctions'] = array(
'func_char' => array(
'ascii',
'char',
'soundex',
'lcase',
'ucase',
'password',
'md5',
'encrypt',
'last_insert_id',
'user',
'concat'
),
'func_date' => array(
'now',
'curdate',
'curtime',
'from_days',
'from_unixtime',
'period_add',
'period_diff',
'to_days',
'unix_timestamp',
'weekday'
),
'func_number' => array(
'ascii',
'char',
'md5',
'encrypt',
'rand',
'last_insert_id',
'count',
'avg',
'sum'
)
);
} // end if
/**
* unset magic_quotes_runtime - do not change!
*/
set_magic_quotes_runtime(0);
/**
* file revision - do not change either!
*/
$cfg['filerevision'] = '$revision: 1.204.2.1 $';
?>