forked from halo-battle/game
Second revision by Master Leon
This commit is contained in:
parent
4230eb6922
commit
b8e951f59d
382 changed files with 3112 additions and 14815 deletions
|
|
@ -1,28 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Halo</title>
|
||||
<link rel="stylesheet" media="screen" name="design" href="design/design.css">
|
||||
<?
|
||||
mysql_connect("leon.redby.fr", "leon0", "7268032");
|
||||
mysql_select_db("leon0");
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<? if (isset($_POST['msg_sup']) && $_POST['msg_sup'] != '') {
|
||||
|
||||
mysql_query("DELETE FROM mail WHERE id='".$_POST['msg_sup']."'");
|
||||
@header("Location: lire_message.php");
|
||||
?><SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="lire_message.php"
|
||||
</SCRIPT><?
|
||||
}
|
||||
else { @header("Location: lire_message.php");
|
||||
?><SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="lire_message.php"
|
||||
</SCRIPT><? }
|
||||
|
||||
?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue