From 95444fed6a1e1ea93cfd819e370d3a856a39cc5e Mon Sep 17 00:00:00 2001 From: "o.pinke" Date: Mon, 22 Apr 2024 15:05:07 +0200 Subject: [PATCH] new file doc block --- conlite/includes/functions.includePluginConf.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/conlite/includes/functions.includePluginConf.php b/conlite/includes/functions.includePluginConf.php index cbfb20b..a321f59 100644 --- a/conlite/includes/functions.includePluginConf.php +++ b/conlite/includes/functions.includePluginConf.php @@ -2,18 +2,15 @@ /** * - * @package Includes - * @subpackage Plugins - * @version $Rev$ + * @package ConLite\Includes\Plugin\Config * @since 2.0 * @author Ortwin Pinke * @copyright (c) 2015, conlite.org * @license http://www.gnu.de/documents/gpl.en.html GPL v3 (english version) * @license http://www.gnu.de/documents/gpl.de.html GPL v3 (deutsche Version) * @link http://www.conlite.org ConLite.org - * - * $Id$: */ + defined('CON_FRAMEWORK') || die('Illegal call: Missing framework initialization - request aborted.'); $bDebug = FALSE;