forked from halo-battle/game
Version 0.10a
This commit is contained in:
parent
b9c240c781
commit
e391f66774
201 changed files with 5182 additions and 8158 deletions
|
|
@ -116,6 +116,7 @@ if (isset($tec) && $tec != '' && (!empty($technolo[$tec-1]) || $tec == 'e')) {
|
|||
}
|
||||
}
|
||||
mysql_close();
|
||||
if (isset($_GET['go']) && $_GET['go'] == 1) header('Location: laboratoire.php?err=2');
|
||||
if (isset($_GET['page'])) header('Location: depart.php');
|
||||
elseif (isset($_GET['go']) && $_GET['go'] == 1) header('Location: laboratoire.php?err=2');
|
||||
else header('Location: laboratoire.php');
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue