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

@ -1,15 +1,12 @@
<?php
/* * ************************************************
* CONTENIDO MODULE - OUTPUT
/**
* Module cl-contactform output
*
* Modulname : w3concepts.form.v1
* Author : Andreas Kummer
* Copyright : mumprecht & 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 <info@php-backoffice.de>
*
* 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())['path']['frontend'] . 'securimage' . DIRECTORY_SEPARATOR;
require_once $sFrontEndPath . 'securimage.php';