Current Path : /web/htdocs/www.entinoprofit.org/home/newsletter/admin/ |
Current File : /web/htdocs/www.entinoprofit.org/home/newsletter/admin/import2.php |
<?php require_once dirname(__FILE__).'/accesscheck.php'; if (!ALLOW_IMPORT) { print '<p class="information">'.$GLOBALS['I18N']->get('import is not available').'</p>'; return; } require dirname(__FILE__).'/commonlib/pages/importcsv.php';