ms_file_constants

Definition:
function ms_file_constants( ) {}

Defines Multisite file constants.

Source code

function ms_file_constants(  ) {

	/**

	 * Optional support for X-Sendfile header

	 * @since 3.0.0

	 */

	if ( !defined( 'WPMU_SENDFILE' ) )

		define( 'WPMU_SENDFILE', false );



	/**

	 * Optional support for X-Accel-Redirect header

	 * @since 3.0.0

	 */

	if ( !defined( 'WPMU_ACCEL_REDIRECT' ) )

		define( 'WPMU_ACCEL_REDIRECT', false );

}

2407

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: