Path : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/replenishconference/ |
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'); ?>