updated doc-blocks and module package

Dieser Commit ist enthalten in:
o.pinke 2023-04-25 20:21:58 +02:00
Ursprung cdbe58427c
Commit 7a0bc2d4f3
4 geänderte Dateien mit 642 neuen und 20 gelöschten Zeilen

Datei anzeigen

@ -8,6 +8,15 @@ Autor:
Version:</description>
<type>Content</type>
<input>?&gt;&lt;?php
/**
* Module cl-contactform input
*
* @author Ortwin Pinke &lt;info@php-backoffice.de&gt;
*
* based on w3concepts.form.v1 from Andreas Kummer (2004-08-20)
* modified and adapted to Contenido 4.8 under PHP 5.x by Murat Purc (2013-08-24)
*/
cInclude(&#039;frontend&#039;, &#039;includes/class.input.helper.php&#039;);
$oCfgTable = new UI_Config_Table();
@ -39,17 +48,14 @@ $oCfgTable-&gt;render(true);
?&gt;&lt;?php</input>
<output>&lt;?php
/* * ************************************************
* CONTENIDO MODULE - OUTPUT
/**
* Module cl-contactform output
*
* Modulname : w3concepts.form.v1
* Author : Andreas Kummer
* Copyright : mumprecht &amp; kummer w3concepts
* Created : 20-08-2004
* Modified : 20-08-2004
* Modified : 24-08-2013, Murat Purc, adapted to newer CONTENIDO (4.8) and PHP (5.3/5.4) versions
* *********************************************** */
* @author Ortwin Pinke &lt;info@php-backoffice.de&gt;
*
* based on w3concepts.form.v1 from Andreas Kummer (2004-08-20)
* modified and adapted to Contenido 4.8 under PHP 5.x by Murat Purc (2013-08-24)
*/
$sFrontEndPath = cRegistry::getClientConfig(cRegistry::getClientId())[&#039;path&#039;][&#039;frontend&#039;] . &#039;securimage&#039; . DIRECTORY_SEPARATOR;
require_once $sFrontEndPath . &#039;securimage.php&#039;;