Current Path : /web/htdocs/www.entinoprofit.org/home/lists/admin/
Upload File :
Current File : /web/htdocs/www.entinoprofit.org/home/lists/admin/dlusers.php

<?php

require_once dirname(__FILE__).'/accesscheck.php';

// for now redirect to export

// it would be good to rewrite this to export the user search selection
// in the users page instead.

header('Location: ./?page=export');
exit;