log.inc.php 293 B

123456789
  1. <?php
  2. global $_GPC, $_W;
  3. $operation = !empty($_GPC['op']) ? $_GPC['op'] : 'display';
  4. $where=" where a.weid = :weid AND a.role=1 $strwhere";
  5. $data[':weid']=$_W['uniacid'];
  6. $GLOBALS['frames'] = $this->getMainMenu();
  7. $users = user_single($_W['user']['uid']);
  8. include $this->template('web/log');