/*=============================================================================== Copyright (c) 2009 opNewsletter www.opNewsletter.com contact@opnewsletter.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to use, copy, modify, merge, and modify the Software for limited personal and business use within the restrictions and boundaries set forth below. Any person is prohibited to publish, distribute, sublicense, and/or sell copies of the Software in any form, and subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. =============================================================================== */ if(is_dir('install/')) { header('Location: install/'); } include_once 'includes/mysql.inc.php'; include_once 'config.php'; include 'header.php'; echo '
Subscribe
'; echo '
'; echo '
'; echo '
E-mail:
'; echo ''; echo '

'; echo '
Subscribe to:
'; $query='SELECT * FROM ' . $lists_tbl .' WHERE id=1'; $result=run_query($query, $db_link) or die("Could not get lists"); echo '

'; echo '
'; echo '
'; include 'footer.php'; ?>