diff --git a/brala.php b/brala.php
deleted file mode 100644
index 545a341..0000000
--- a/brala.php
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
-
- Document
-
-
-
-
-
-
- ";
- if(isSet($_COOKIE['poleW'])) {
- echo "H = ",$_COOKIE['hw'],"
";
- echo "r = ",$_COOKIE['rw'],"
";
- echo "pole walca = ",number_format($_COOKIE['poleW'],3),"
";
- echo "objętość walca = ",number_format($_COOKIE['obW'],3),"
";
- //setcookie("poleW","",time()-50,"/");
- }
- echo "
";
- echo "";
- if(isSet($_COOKIE['poleS'])) {
- echo "H = ",$_COOKIE['hs'],"
";
- echo "r = ",$_COOKIE['rs'],"
";
- echo "l = ",$_COOKIE['ls'],"
";
- echo "pole stożka = ",number_format($_COOKIE['poleS'],3),"
";
- echo "objętość stożka = ",number_format($_COOKIE['obS'],3),"
";
- //setcookie("poleS","",time()-60,"/");
- }
- echo "
";
- echo "";
- if(isSet($_COOKIE['poleG'])) {
- echo "H = ",$_COOKIE['hg'],"
";
- echo "a = ",$_COOKIE['ag'],"
";
- echo "pole graniastosłupa = ",number_format($_COOKIE['poleG'],3),"
";
- echo "objętość graniastosłupa = ",number_format($_COOKIE['obG'],3),"
";
- }
- echo "
";
- echo "";
- if(isSet($_COOKIE['poleO'])) {
- echo "H = ",$_COOKIE['ho'],"
";
- echo "a = ",$_COOKIE['ao'],"
";
- echo "pole ostrosłupa = ",number_format($_COOKIE['poleO'],3),"
";
- echo "objętość ostrosłupa = ",number_format($_COOKIE['obO'],3),"
";
- }
- echo "
";
- ?>
-
-
-
\ No newline at end of file