AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 18.224.73.107


Current Path : /var/www/lhjmq-records.qc.ca/public_html/xsl/includes/
Upload File :
Current File : /var/www/lhjmq-records.qc.ca/public_html/xsl/includes/urls_vars.php

<?php

	include('../xsl/functions/functions.php');
	
	$str_url = $_SERVER["SCRIPT_NAME"];
	
	$server_name = $_SERVER['SERVER_NAME'];

	if($str_url)
		$str_lang = strpos($str_url, 'lang_fr') ? 'fr' : 'en';
	else
		$str_lang = 'fr';

	$xml_to_load = $_GET['id_partie'] ? 'Game_'.$_GET['id_partie'] . '.xml' : 'test.xml';
	
	$page_id = $_GET['page'] ? $_GET['page'] : '342374';
	

	if($_GET['id_partie'])
		$game_id = $_GET['id_partie'];
		
		

	$visitor_logo = get_team_logo_template_vis($mysql_link, $game_id);
	$home_logo = get_team_logo_template_dom($mysql_link, $game_id);
?>