diff options
author | thomascube <thomas@roundcube.net> | 2007-10-20 22:14:12 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-10-20 22:14:12 +0000 |
commit | f9f016383eb3d404b5a0e53f2420c90537aa3a48 (patch) | |
tree | c568b2c3020f02832815e16ba155fd00419fda61 | |
parent | 335575476a0476b274d5229c4fb0a3fd75ae35a0 (diff) |
Disable PHP execution in skin templates by default
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 591c1ce1e..926b4e008 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -94,7 +94,7 @@ $rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size'); $rcmail_config['skin_path'] = 'skins/default/'; // includes should be interpreted as PHP files -$rcmail_config['skin_include_php'] = TRUE; +$rcmail_config['skin_include_php'] = FALSE; // use this folder to store temp files (must be writebale for apache user) $rcmail_config['temp_dir'] = 'temp/'; |