web/cineconf/index.php
changeset 950 8320167038ca
parent 948 c670e8888357
child 962 48e363766bb7
equal deleted inserted replaced
949:3b0f2f345191 950:8320167038ca
    15 	header("HTTP/1.1 301 Moved Permanently");
    15 	header("HTTP/1.1 301 Moved Permanently");
    16 	header("Location: client.php?CONNECT=true&rep=" . basename(__DIR__));
    16 	header("Location: client.php?CONNECT=true&rep=" . basename(__DIR__));
    17 	exit();
    17 	exit();
    18 
    18 
    19 }
    19 }
       
    20 
       
    21 include 'favuser.php';
       
    22 
    20 ?>
    23 ?>
    21 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
    24 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
    22    "http://www.w3.org/TR/html4/strict.dtd">
    25    "http://www.w3.org/TR/html4/strict.dtd">
    23 
    26 
    24 <html lang="fr">
    27 <html lang="fr">
    41 		<script type="text/javascript">
    44 		<script type="text/javascript">
    42 			var favUser='<?php
    45 			var favUser='<?php
    43 			if (isset($_GET['favuser'])) {
    46 			if (isset($_GET['favuser'])) {
    44 				echo $_GET['favuser'];
    47 				echo $_GET['favuser'];
    45 			} else {
    48 			} else {
    46 				echo 'AVPKaspar';
    49 				echo $favuser;
    47 			}
    50 			}
    48 			?>';
    51 			?>';
    49 		</script>
    52 		</script>
    50 
    53 
    51 		<script type="text/javascript" src="script.js"></script>
    54 		<script type="text/javascript" src="script.js"></script>