ConLite/conlite/plugins/newsletter/includes/config.plugin.php

20 Zeilen
373 B
PHP

<?php
/**
* File:
* plugin.conf.php.php
*
* @package Plugins
* @subpackage Newsletter
* @version $Rev: 121 $
* @since 2.0
* @author Ortwin Pinke <o.pinke@conlite.org>
* @copyright 2012 CL-Team
* @link http://www.conlite.org
*
* $Id: config.plugin.php 121 2012-08-08 11:34:33Z oldperl $
*/
// security check
defined('CON_FRAMEWORK') or die('Illegal call');
?>