From 538a60f4170fe7133aa8d63741cf6962c109ee51 Mon Sep 17 00:00:00 2001 From: Sebastian Ranoszek Date: Thu, 30 Jan 2025 01:30:34 +0000 Subject: [PATCH] Update calc.php --- calc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"); } ?>