LiveUser
[ class tree: LiveUser ] [ index: LiveUser ] [ all elements ]

Source for file finish.inc.php

Documentation is available at finish.inc.php

  1. <?php
  2.  
  3.     $tpl->setVariable(
  4.         array(
  5.             'user' => $LU->getProperty('handle'),
  6.             'lastLogin' => date('d.m.Y H:i'$LU->getProperty('lastlogin')),
  7.         )
  8.     );
  9.  
  10.     $tpl->show();
  11. ?>

Documentation generated on Mon, 11 Mar 2019 15:40:12 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.