started changing app name to 3rd, changing file names to not have eq in them
[eq/.git] / setup / eq_config
diff --git a/setup/eq_config b/setup/eq_config
deleted file mode 100644 (file)
index fb2c716..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-<?php
-
-///////////////////////////////////////////////////////////////////////////////////
-// This is a configuration/preferences file for your 3rd Counselor application.
-// You must modify these values to match your system configuration.
-// Save the resulting file as "db_config.local" in this setup dir.
-// This will prevent your settings from being overwritten by future code updates.
-///////////////////////////////////////////////////////////////////////////////////
-
-// The full path to a directory readable and writable by your webserver user
-// that will be used to dump the MLS data uploaded via the web interface to.
-$this->upload_target_path = "/home/users/pres/3rd_data";
-
-// The full path to the installation location of this module
-$this->application_path = "/usr/share/phpgroupware/3rdCounselor";
-
-// The full path to the unzip application
-$this->unzip_path = "/usr/bin/unzip";
-
-// Use drop down lists when specifying times in the scheduling tools.
-// If set to 0, free form text fields for the hour and minutes will be used instead.
-// If set to 1, drop down lists will be used for the hour and minute fields
-$this->time_drop_down_lists = 1;
-
-// Frequency of hometeaching interview stats in months
-// This number must evenly divide 12.
-// Examples: Monthly=1 Quarterly=3 Yearly=12
-$this->monthly_hometeaching_interview_stats = 3;
-
-// Specify the minute interval increment to use in the time drop down lists
-$this->time_drop_down_list_inc = 15;
-
-// The default visit appointment duration in minutes
-$this->default_visit_appt_duration = 45;
-
-// The default ppi appointment duration in minutes
-$this->default_ppi_appt_duration = 30;
-
-// The default number of months of hometeaching history to show
-$this->default_ht_num_months = 3;
-
-// The default number of months of ppi history to show
-$this->default_ppi_num_months = 3;
-
-// The default number of years of ppi history to show
-$this->default_ppi_num_years = 0;
-
-// The default number of quarters of hometeaching interviews to show
-$this->default_int_num_quarters = 1;
-
-// The default number of years of hometeaching interviews to show
-$this->default_int_num_years = 0;
-
-// The default number of quarters of attendance to show
-$this->default_att_num_quarters = 1;
-
-// The default nubmer of years of visits to show
-$this->default_vis_num_years = 1;
-
-// The maximum number of districts you will ever need to create
-$this->max_num_districts = 4;
-
-?>