edited phpDoc
Dieser Commit ist enthalten in:
Ursprung
29b005c9f4
Commit
489d746042
1 geänderte Dateien mit 34 neuen und 3 gelöschten Zeilen
|
@ -1,7 +1,38 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/**
|
||||||
* To change this template, choose Tools | Templates
|
* file semr_image.php
|
||||||
* and open the template in the editor.
|
*
|
||||||
|
* @package SemmelstatzR
|
||||||
|
* @version $Rev$
|
||||||
|
* @author Ortwin Pinke <info@php-backoffice.de>
|
||||||
|
* @author Andreas 'Redunzl' Mueller
|
||||||
|
* @copyright (c)2011 PHP-Backoffice
|
||||||
|
* @copyright (c)2005-2009 kopfhoch-studio
|
||||||
|
* @link http://www.php-backoffice.de/projects/semmelstatzR
|
||||||
|
* @link http://sourceforge.net/projects/semmelstatz/
|
||||||
|
* @license http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
*
|
||||||
|
* $Id$
|
||||||
|
*
|
||||||
|
* Copyright (c) 2005-2009 Andreas 'Redunzl' Mueller (redunzl@gmx.de)
|
||||||
|
* Copyright (c) 2011- Ortwin Pinke (info@php-backoffice.de)
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License (version 2) as
|
||||||
|
* published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along
|
||||||
|
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* security fix
|
||||||
*/
|
*/
|
||||||
define('SEMMELSTATZR_STATZIMG', true);
|
define('SEMMELSTATZR_STATZIMG', true);
|
||||||
/*
|
/*
|
||||||
|
|
Laden …
In neuem Issue referenzieren