update for live site
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 23 Jan 2017 22:00:25 +0000 (17:00 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 23 Jan 2017 22:00:25 +0000 (17:00 -0500)
lib/EventRegistration.php

index a9525bb..f2d837f 100644 (file)
@@ -8,8 +8,8 @@ add_shortcode( 'glm-event-registrations', function( $atts ){
         $_REQUEST['event']  = 0; // Event ID
     }
 
-    //$_ENV['GLM_HOST_ID'] = 'PRODUCTION';
-    $_ENV['GLM_HOST_ID'] = 'DEVELOPMENT';
+    $_ENV['GLM_HOST_ID'] = 'PRODUCTION';
+    //$_ENV['GLM_HOST_ID'] = 'DEVELOPMENT';
     require_once get_template_directory() . '/setup/setup.phtml';
     include_once '/var/www/server/app.gaslightmedia.com/Common/Registrations_V3/front-end/registrations.inc';
 } );