예제 #1
0
파일: user.php 프로젝트: gnlcosta/eTunnel
 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);
 }
예제 #2
0
파일: main.php 프로젝트: gnlcosta/eTunnel
 function Credits()
 {
     TemplVar('menu_right_active', 2);
 }