CVS update: /cowiki/htdocs/setup/
[email protected] 29 Apr 2005 22:34:10 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 2005/04/29 15:34:10 Modified: cowiki/htdocs/setup/installer.php Log: Set template variable TPL_CURRENT_YEAR File Changes: Directory: /cowiki/htdocs/setup/ ================================ File [changed]: installer.php Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/setup/installer.php?r1=1.1&r2=1.2 Delta lines: +4 -2 ------------------- --- installer.php 21 Apr 2005 00:17:13 -0000 1.1 +++ installer.php 29 Apr 2005 22:34:08 -0000 1.2 @@ -2,7 +2,7 @@ /** * - * $Id: installer.php,v 1.1 2005/04/21 00:17:13 dgorski Exp $ + * $Id: installer.php,v 1.2 2005/04/29 22:34:08 dgorski Exp $ * * This file is part of coWiki. coWiki is free software under the terms of * the GNU General Public License (GPL). Read the LICENSE file. If you did @@ -17,7 +17,7 @@ * @author Daniel T. Gorski, <[email protected]> * @copyright (C) Daniel T. Gorski, {@link http://www.develnet.org} * @license http://www.gnu.org/licenses/gpl.html - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * */ @@ -164,6 +164,8 @@ $Tpl->assign('TPL_SOFTWARE_VERSION', COWIKI_FULL_NAME); $Tpl->assign('TPL_SOFTWARE_RELEASE', COWIKI_RELEASE); $Tpl->assign('TPL_SOFTWARE_HOME', COWIKI_HOME); + + $Tpl->assign('TPL_CURRENT_YEAR', date('Y')); // Set formular data $Tpl->assign('TPL_FORM_ACTION', $_SERVER['PHP_SELF']);