phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18968] partial fix : added cookie_domain function to


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] [18968] partial fix : added cookie_domain function to prevent phpgroupware install from crashing
Date: Sat, 25 Oct 2008 18:04:59 +0000

Revision: 18968
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18968
Author:   maat
Date:     2008-10-25 18:04:58 +0000 (Sat, 25 Oct 2008)

Log Message:
-----------
partial fix : added cookie_domain function to prevent phpgroupware install from 
crashing

Modified Paths:
--------------
    core/trunk/setup/inc/hook_config.inc.php

Modified: core/trunk/setup/inc/hook_config.inc.php
===================================================================
--- core/trunk/setup/inc/hook_config.inc.php    2008-10-25 17:59:18 UTC (rev 
18967)
+++ core/trunk/setup/inc/hook_config.inc.php    2008-10-25 18:04:58 UTC (rev 
18968)
@@ -154,3 +154,17 @@
                }
                return $out;
        }
+
+       /**
+       * Get HTML select options with cookie_domain data
+       *
+       * @param none
+       * @return string HTML select box
+       */
+       function cookie_domain()
+       {
+               // TODO : Make it do something intelligent
+               $cookie_domain='<option 
value="request_fqdn">request_fqdn</option>';
+               return $cookie_domain;
+       }
+       
\ No newline at end of file






reply via email to

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