LimeSurvey: master 989607e1

Author Committer Branch Timestamp Parent
Evan Wills Evan Wills master 2010-06-25 12:13:56 master afb7cb15
Changeset

New feature: switching SSL on and off
DEV ssl can now be turned on and off via the config file
DEV have not implemented in global settings because once SSL is turned on via global settings, it can't be turned off via config. If is turned on by accident on a server that doesn't have SSL enabled you can no longer get to LS without editing the DB directly
DEV all URLs are rewritten so everything comes from https:// if SSL is enabled (provided templates use {TEMPLATEURL}).

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@8869 b72ed6b6-b9f8-46b5-92b4-906544132732

mod - admin/classes/tcpdf/config/tcpdf_config.php Diff File
mod - admin/classes/tcpdf/config/tcpdf_config_alt.php Diff File
mod - admin/database.php Diff File
mod - admin/globalsettings.php Diff File
mod - classes/core/startup.php Diff File
mod - common.php Diff File
mod - config-defaults.php Diff File