
Originally Posted by
fomalhaut
Scuse me, I'm french and I don't understand what the meaning of "cms" ?
This is my whole script "index.php" (in red is the line 15) :
<html><head><title>Fomalhaut</title>
<!-- <SCRIPT language=JavaScript src="orgueraphelerepert.js"></script> -->
<link rel=stylesheet href="Fomalhaut.css" type="text/css">
</head>
<body >
<div class="flot"><center>
<form action="Ident.php" method="post">
Identifiant :<br /><input type="text" name="utilisateur" /><br />
Mot de Passe :<br /><input type="password" name="upass" /><br />
<input type="submit" />
</form></center>
</div>
<h1>Fomalhaut</h1>
<?php
include("ident.php");
?>
<div class="baspage" >
Fomalhaut est hébergé sur
<script language=JavaScript>
document.write(location.hostname);
</script>
</div></center>
</body>
</html>