Current Path : /web/htdocs/www.entinoprofit.org/home/newsletter/admin/
Upload File :
Current File : /web/htdocs/www.entinoprofit.org/home/newsletter/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;