コード例 #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);
 }