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

Source for file finish.inc.php

Documentation is available at finish.inc.php

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

Documentation generated on Mon, 11 Mar 2019 13:56:17 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.