$_REQUEST['event'] = 0; // Event ID
}
- $_ENV['GLM_HOST_ID'] = 'DEVELOPMENT';
+ $_ENV['GLM_HOST_ID'] = 'PRODUCTION';
require_once get_template_directory() . '/setup/setup.phtml';
include_once '/var/www/server/app.gaslightmedia.com/Common/Registrations_V3/front-end/registrations.inc';
} );
$args = array(
'id' => 'eventregistrations',
'title' => 'Event Registrations',
- 'href' => 'http://dev53.gaslightmedia.com/www.ucgaylord.org/admin/Registrations/',
+ 'href' => 'http://66.129.44.82/admin/Registrations/',
'meta' => array(
'class' => 'eventregistrations',
'title' => 'Event Registrations',
// Find where this file is located
$BASE_PATH = dirname(__FILE__);
$php_version = phpversion();
-define('GLM_HOST_ID', 'DEVELOPMENT');
+define('GLM_HOST_ID', 'PRODUCTION');
define('PHP5', true);
// $base_url needs to be set to the page in wordpress
$page = get_post();