projects
/
WP-Themes
/
harborcountry.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96a929d
)
update for live site
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 23 Jan 2017 22:00:25 +0000
(17:00 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 23 Jan 2017 22:00:25 +0000
(17:00 -0500)
lib/EventRegistration.php
patch
|
blob
|
history
diff --git
a/lib/EventRegistration.php
b/lib/EventRegistration.php
index
a9525bb
..
f2d837f
100644
(file)
--- a/
lib/EventRegistration.php
+++ b/
lib/EventRegistration.php
@@
-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';
} );