Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory usw-pr-cvs1:/tmp/cvs-serv4068/phpslash-ft/public_html
Modified Files:
config-dist.ini.php3
Log Message:
corrected missin TZ variables
Index: config-dist.ini.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config-dist.ini.php3,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** config-dist.ini.php3 17 Sep 2002 20:17:47 -0000 1.1
--- config-dist.ini.php3 27 Sep 2002 16:26:20 -0000 1.2
***************
*** 172,175 ****
--- 172,181 ----
language = "en"
+ ;; Time Zone information.
+ ;; Set this variable if you want to override your server time zone.
+ TZ = "America/New_York"
+ ;; Set this to the directory where your time zone information is kept
+ TZDIR = "/usr/share/zoneinfo"
+
[locale]
;; You can enter a locale name for any of the categories except LC_ALL.
|