AllowFileInclude
This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi
, to customize the behavior of the system.
In Movable Type 5.13, 5.07, 4.38, and later versions, mt:Include file=”XXX” attribute was disabled in default settings. This change is to prevent a template designer accessing arbitrary files in the server. You can enable the attribute by specifying AllowFileInclude configuration directive. To do so, add the following snippet of code in your mt-config.cgi.
AllowFileInclude 1