Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/lists/admin/
Upload File :
Current File : /var/www/clients/client3/web2/web/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;