Changeset 896 in subversion


Ignore:
Timestamp:
Oct 20, 2007 6:14:12 PM (6 years ago)
Author:
thomasb
Message:

Disable PHP execution in skin templates by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-0.1-rc2/config/main.inc.php.dist

    r892 r896  
    9595 
    9696// includes should be interpreted as PHP files 
    97 $rcmail_config['skin_include_php'] = TRUE; 
     97$rcmail_config['skin_include_php'] = FALSE; 
    9898 
    9999// use this folder to store temp files (must be writebale for apache user) 
Note: See TracChangeset for help on using the changeset viewer.