Version 0.10a

This commit is contained in:
nemunaire 2008-11-20 12:00:00 +01:00
commit e391f66774
201 changed files with 5182 additions and 8158 deletions

View file

@ -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');
?>