22 function smarty_function_uniqueid($params, \Smarty_Internal_Template $template) {
23 $uid = md5(uniqid(ip2long($_SERVER[
'REMOTE_ADDR']) ^ (
int)$_SERVER[
'REMOTE_PORT'] ^ @getmypid() ^ @disk_free_space(
'/tmp'), 1));
24 if (isset($params[
'varname'])) {
25 $template->assign($params[
'varname'], $uid);