tbrehm
2013-01-15 10b47ccebdb3c25faba6d1075a08c2b9fb63f827
interface/web/sites/shell_user_list.php
@@ -41,17 +41,15 @@
* End Form configuration
******************************************/
// Checking module permissions
if(!stristr($_SESSION["s"]["user"]["modules"],'sites')) {
   header("Location: ../index.php");
   exit;
}
//* Check permissions for module
$app->auth->check_module_permissions('sites');
$app->uses('listform_actions');
// Limit the results to alias domains
//$app->listform_actions->SQLExtWhere = "type = 'subdomain'";
$app->listform_actions->SQLOrderBy = 'ORDER BY username';
$app->listform_actions->onLoad();