X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/blobdiff_plain/dff05914ca6f622974ed9fcbd7a6c1b0052de438..3784d77d4fd48bcaac6ed25c976486c448580ba6:/src/admin.log.php?ds=inline diff --git a/src/admin.log.php b/src/admin.log.php index 7aa4d75..5371c7a 100644 --- a/src/admin.log.php +++ b/src/admin.log.php @@ -17,6 +17,10 @@ require_once 'lib/admin.forms.php'; marco_cabecera('Log de actividades'); p($_SESSION['user']->toHtml()); +if (!$_SESSION['user']->esAsesor()) +{ + p('Usted tiene '.$_SESSION['user']->getCreditos().' créditos.'); +} $desde = 0; $mes = date('m');