forked from halo-battle/game
First code received by Master Leon
This commit is contained in:
commit
4230eb6922
330 changed files with 15543 additions and 0 deletions
28
page/suppr_msg.php
Normal file
28
page/suppr_msg.php
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<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