--- smeserver-oats-2.0.3/root/opt/oats/config/defaults.php.config-dates-updated 2006-12-17 17:21:26.000000000 -0700 +++ smeserver-oats-2.0.3/root/opt/oats/config/defaults.php 2008-02-03 09:01:01.000000000 -0700 @@ -21,20 +21,34 @@ /* The start dates for each time period (in an array). Need to be in the form mm/dd/yyyy and in chronological order */ $default->startdates = array ( - '12/31/2006', - '01/14/2007', - '01/28/2007', - '02/11/2007', - '02/25/2007', - '03/11/2007', - '03/25/2007', - '04/08/2007', - '04/22/2007', - '05/06/2007', - '05/20/2007', - '06/03/2007', - '06/17/2007', - '07/01/2007', + '02/03/2008', + '02/17/2008', + '03/02/2008', + '03/16/2008', + '03/30/2008', + '04/13/2008', + '04/27/2008', + '05/11/2008', + '05/25/2008', + '06/08/2008', + '06/22/2008', + '07/06/2008', + '07/20/2008', + '08/03/2008', + '08/17/2008', + '08/31/2008', + '09/14/2008', + '09/28/2008', + '10/12/2008', + '10/26/2008', + '11/09/2008', + '11/23/2008', + '12/07/2008', + '12/21/2008', + '01/04/2009', + '01/18/2009', + '02/01/2009', + '02/15/2009', ); $default->week_start = 'Sunday'; // Day that the week starts, must be complete day $default->num_in_last = 14; /* The number of days in the last timecard period @@ -82,7 +96,7 @@ /* Database Configuration */ $default->database_driver = 'mysql'; // Currently only mysql $default->db_user_name = 'oats'; -$default->db_password = 'oatsAdmin'; +$default->db_password = 'pleasechangeme'; $default->db_name = 'oats'; $default->db_server_name = 'localhost'; // you can use the mysql_create.sql in the scripts/db/ directory to create these