From 644080fd416d01adef3fc4aabc2d0f026acdaaca Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 2 Dec 2015 10:05:27 -0500 Subject: [PATCH] call CORSHeaders --- web/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/index.php b/web/index.php index 98df13e61..41e1eca7a 100644 --- a/web/index.php +++ b/web/index.php @@ -136,6 +136,9 @@ else require_once( 'includes/lang.php' ); require_once( 'includes/functions.php' ); +# Add Cross domain access headers +CORSHeaders(); + // Check for valid content dirs if ( !is_writable(ZM_DIR_EVENTS) || !is_writable(ZM_DIR_IMAGES) ) {