MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/replenishconference/
File Upload :
Current < : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/replenishconference/includes.php

<?php
session_name('ReplenishConference');
session_start();

if(isset($_GET['lang']))
{
	$_SESSION['lang'] = $_GET['lang'];
	header("location: form.php");
	exit;
}
if($_SESSION['lang'] == '') $_SESSION['lang'] = 'en';

include_once($_SESSION['lang'].'.php');
include_once('displayUtils.php');
	
?>