Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv32260

Modified Files:
        defaults-dist.php 
Log Message:
Added a description of how the file is used.


Index: defaults-dist.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/defaults-dist.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- defaults-dist.php   2001/04/16 14:57:27     1.1
+++ defaults-dist.php   2001/04/22 19:53:18     1.2
@@ -1,6 +1,16 @@
 <?php
+/*     $Id$     */
 
-/* Defaults */
+/* This file holds the original defaults used by PHP Weather. If you
+ * want to change something, you should follow these procedures:
+ *
+ * 1) save this file as 'defaults.php'
+ * 2) remove everything you don't need
+ * 3) change the options you want
+ *
+ * That's it! You can keep your new file (defaults.php) when upgrading
+ * PHP Weather, as it will only contain new version of this file.
+ */
 
 $this->properties['always_use_db'] = false;         /* data_retrieval.php */
 $this->properties['station']       = 'EKYT';        /* data_retrieval.php */


_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins

Reply via email to