Exemplo n.º 1
0
 function Log()
 {
     global $log_dir;
     TemplVar('title', _('Log Utenti'));
     if ($this->usr_type > 1) {
         $logs = $this->Log->Read($log_dir . '/user.log', $this->usr_name);
     } else {
         $logs = $this->Log->Read($log_dir . '/user.log');
     }
     ViewVar('logs', $logs);
 }
Exemplo n.º 2
0
 function Credits()
 {
     TemplVar('menu_right_active', 2);
 }