Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > f1b2534be43dca71523102914927c906 > files > 24

php-pear-LiveUser-0.16.14-8.mga7.noarch.rpm

<?php

    $tpl->setVariable(
        array(
            'user' => $LU->getProperty('handle'),
            'lastLogin' => date('d.m.Y H:i', $LU->getProperty('lastlogin')),
        )
    );

    $tpl->show();
?>