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

@ -58,7 +58,7 @@ while($continue) {
else mysql_query("UPDATE planete SET temps_b='$temps_b', bat='$bat' WHERE galaxie='$galaxy' AND ss='$ss' AND position='$pos'") or die ("erreur sql ".mysql_error());
if ($bat_boucle == true) {
header('Location: batiment_validation.php?temps_bat='.$anc_temps_bat.'&act=e&bat='.$anc);
@header('Location: batiment_validation.php?temps_bat='.$anc_temps_bat.'&act=e&bat='.$anc) or print '<meta http-equiv="refresh" content="0; url=\'batiment_validation.php?temps_bat='.$anc_temps_bat.'&act=e&page=depart.php&bat='.$anc.'\'"/>';
exit;
}