phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] setup config.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] setup config.php
Date: Fri, 19 May 2006 07:27:11 +0000

CVSROOT:        /sources/phpgroupware
Module name:    setup
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/05/19 07:27:10

Modified files:
        .              : config.php 

Log message:
        missing "lang_cookies_must_be_enabled"

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/setup/config.php.diff?tr1=1.85&tr2=1.86&r1=text&r2=text

Patches:
Index: setup/config.php
diff -u setup/config.php:1.85 setup/config.php:1.86
--- setup/config.php:1.85       Mon Feb 20 12:57:57 2006
+++ setup/config.php    Fri May 19 07:27:08 2006
@@ -5,7 +5,7 @@
        * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package setup
-       * @version $Id: config.php,v 1.85 2006/02/20 12:57:57 skwashd Exp $
+       * @version $Id: config.php,v 1.86 2006/05/19 07:27:08 sigurdne Exp $
        */
 
        if ( isset($_POST['cancel']) && $_POST['cancel'] )
@@ -73,6 +73,8 @@
                'T_config_post_script' => 'config_post_script.tpl'
        ));
 
+       $setup_tpl->set_var('lang_cookies_must_be_enabled', lang('<b>NOTE:</b> 
You must have cookies enabled to use setup and header admin!') );
+       
        // Following to ensure windows file paths are saved correctly
        set_magic_quotes_runtime(0);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]