interface/web/sites/web_domain_list.php
@@ -41,16 +41,13 @@ * 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 = 'local'"; $app->listform_actions->SQLExtWhere = "type = 'vhost'"; $app->listform_actions->onLoad();