Author: jfthomps
Date: Tue Apr  6 16:34:04 2010
New Revision: 931214

URL: http://svn.apache.org/viewvc?rev=931214&view=rev
Log:
VCL-306
moved date_default_timezone_set to here from php5extras.php

Modified:
    incubator/vcl/trunk/web/.ht-inc/conf.php

Modified: incubator/vcl/trunk/web/.ht-inc/conf.php
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/conf.php?rev=931214&r1=931213&r2=931214&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/conf.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/conf.php Tue Apr  6 16:34:04 2010
@@ -32,6 +32,9 @@ define("ENVELOPESENDER", "webser...@exam
 define("COOKIEDOMAIN", ".example.org");       // domain in which cookies are 
set
 define("HOMEURL", "http://vcl.example.org/";); // url to go to when someone 
clicks HOME or Logout
 
+date_default_timezone_set('America/New_York'); // set this to your timezone; a 
list of available values can
+                                               // be found at 
http://php.net/manual/en/timezones.php
+
 $clickThroughText =
 "<center><h2>Installer Agreement</h2></center>
 <p>As the creator of the VCL image, you are responsible for understanding and 


Reply via email to