Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv593
Added Files:
defaults-dist.php
Log Message:
This file holds all the defaults. They are overridden by the those in
defaults.php, if such a file exists.
--- NEW FILE ---
<?php
/* Defaults */
$this->properties['always_use_db'] = false; /* data_retrieval.php */
$this->properties['station'] = 'EKYT'; /* data_retrieval.php */
$this->properties['db_hostname'] = ''; /* db_common.php */
$this->properties['db_database'] = ''; /* db_common.php */
$this->properties['db_username'] = ''; /* db_common.php */
$this->properties['db_password'] = ''; /* db_common.php */
$this->properties['db_pconnect'] = false; /* db_common.php */
$this->properties['db_port'] = ''; /* db_common.php */
$this->properties['db_path'] = '.'; /* db_dba.php */
$this->properties['db_metars'] = 'metars.db'; /* db_dba.php */
$this->properties['db_stations'] = 'stations.db'; /* db_dba.php */
$this->properties['db_type'] = 'null'; /* db_layer.php */
$this->properties['pref_units'] = 'both_metric'; /* locale_common.php */
$this->properties['mark_begin'] = '<b>'; /* locale_common.php */
$this->properties['mark_end'] = '</b>'; /* locale_common.php */
$this->properties['exclude'] = array(); /* locale_common.php */
$this->properties['language'] = 'en'; /* phpweather.php */
?>
_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins