Location: PHPKode > projects > Nuke Patched > 76patched3dot3/admin/case/case.newsletter.php
<?php

/************************************************************************/
/* PHP-NUKE: Web Portal System                                          */
/* ===========================                                          */
/*                                                                      */
/* Copyright (c) 2002 by Francisco Burzi                                */
/* http://phpnuke.org                                                   */
/*                                                                      */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.       */
/************************************************************************/

if ( !defined('ADMIN_FILE') )
{
	die ("Access Denied");
}

switch($op) {

    case "newsletter":
    case "newsletter_send":
    case "newsletter_sent":
    case "massmail_send":
    case "massmail_sent":
    case "check_type":
    include("admin/modules/newsletter.php");
    break;

}

?>
Return current item: Nuke Patched