diff options
author | Hanne Moa <hanne.moa@uninett.no> | 2016-03-01 13:32:33 +0100 |
---|---|---|
committer | Hanne Moa <hanne.moa@uninett.no> | 2016-03-01 13:32:33 +0100 |
commit | 1c84543450ac72fe1432b6a4396da7d28a79b750 (patch) | |
tree | 90245bf363702da26444fac5640b27ce64949286 | |
parent | b375c39f00932ea53601ef5d212539b03551535e (diff) | |
download | simplesamlphp-1c84543450ac72fe1432b6a4396da7d28a79b750.zip simplesamlphp-1c84543450ac72fe1432b6a4396da7d28a79b750.tar.gz simplesamlphp-1c84543450ac72fe1432b6a4396da7d28a79b750.tar.bz2 |
Document template config switch
-rw-r--r-- | config-templates/config.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-templates/config.php b/config-templates/config.php index 49a981d..7e936d7 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -465,6 +465,10 @@ $config = array( */ 'theme.use' => 'default', + /* + * Templating options + */ + 'template.auto_reload' => false, /* * Default IdP for WS-Fed. |