![]() |
|---|
| [ Index ] |
Source Code Reference for V1.00 |
[Summary view] [Print] [Text view]
1 <?php /* ADMIN $Id: vw_active_usr.php,v 1.16.4.3 2007/04/12 17:32:28 caseydk Exp $ */ 2 if (!defined('W2P_BASE_DIR')) { 3 die('You should not access this file directly.'); 4 } 5 6 require_once ($AppUI->getModuleClass('companies')); 7 global $w2Pconfig, $canEdit, $stub, $where, $orderby; 8 9 $users = w2PgetUsersList($stub, $where, $orderby); 10 $canLogin = true; 11 12 require W2P_BASE_DIR . '/modules/admin/vw_usr.php'; 13 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 7 03:00:01 2009 | Cross-referenced by PHPXref 0.7 |