diff --git a/calc.php b/calc.php index a0b74d2..7a4e45b 100644 --- a/calc.php +++ b/calc.php @@ -27,7 +27,7 @@ if(isSet($_POST['w'])) { setcookie("obW",$obW,time()+60,"/"); setcookie("hw",$h,time()+60,"/"); setcookie("rw",$r,time()+60,"/"); - header("Location: brala.php"); + header("Location: index.php"); } if(isSet($_POST['stozek'])) { @@ -52,7 +52,7 @@ if(isSet($_POST['s'])) { setcookie("hs",$h,time()+60,"/"); setcookie("rs",$r,time()+60,"/"); setcookie("ls",$r,time()+60,"/"); - header("Location: brala.php"); + header("Location: index.php"); } if(isSet($_POST['graniastoslup'])) { echo "
@@ -73,7 +73,7 @@ if(isSet($_POST['g'])) { setcookie("obG",$obG,time()+60,"/"); setcookie("hg",$h,time()+60,"/"); setcookie("ag",$a,time()+60,"/"); - header("Location: brala.php"); + header("Location: index.php"); } if(isSet($_POST['ostroslup'])) { echo " @@ -94,7 +94,7 @@ if(isSet($_POST['o'])) { setcookie("obO",$obO,time()+60,"/"); setcookie("ho",$h,time()+60,"/"); setcookie("ao",$a,time()+60,"/"); - header("Location: brala.php"); + header("Location: index.php"); } ?>