[CS-Project-svn_notify] SF.net SVN: cs-project: [845] trunk/1.2/includes/setup/4.inc
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-20 19:47:17
|
Revision: 845 http://cs-project.svn.sourceforge.net/cs-project/?rev=845&view=rev Author: crazedsanity Date: 2008-02-20 11:46:29 -0800 (Wed, 20 Feb 2008) Log Message: ----------- Tab spacing (looks good in editor, but nowhere else...). Modified Paths: -------------- trunk/1.2/includes/setup/4.inc Modified: trunk/1.2/includes/setup/4.inc =================================================================== --- trunk/1.2/includes/setup/4.inc 2008-02-17 22:44:48 UTC (rev 844) +++ trunk/1.2/includes/setup/4.inc 2008-02-20 19:46:29 UTC (rev 845) @@ -9,15 +9,14 @@ $defaultValues = array( 'isdevsite' => array(1, 'numeric', 0), 'proj_name' => array(10, 'sql', "CS-Project"), - 'project_url' => array(5, 'sql', $_SERVER['HTTP_HOST']), + 'project_url' => array(5, 'sql', $_SERVER['HTTP_HOST']), 'helpdesk_issue_announce_email' => array(7, 'email', "new...@yo..."), - 'max_time' => array(5, 'sql', "18 hours"), - 'max_idle' => array(5, 'sql', "2 hours"), - 'config_session_name' => array(9, 'alpha', "CS_PROJECT_SESSID"), - 'stop_logins_on_global_alert' => array(1, 'numeric', 1), + 'max_time' => array(5, 'sql', "18 hours"), + 'max_idle' => array(5, 'sql', "2 hours"), + 'config_session_name' => array(9, 'alpha', "CS_PROJECT_SESSID"), 'debugprintopt' => array(1, 'numeric', 0), 'debugremovehr' => array(1, 'numeric', 0), - 'workingonit' => array(1, 'numeric', 0) + 'workingonit' => array(1, 'numeric', 0) ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |