diff --git a/index.html b/index.html index 29475e4..993a7ef 100644 --- a/index.html +++ b/index.html @@ -295,4 +295,4 @@ -bloom
+bloom
diff --git a/manual/manual.php b/manual/manual.php index 4083a20..b882890 100644 --- a/manual/manual.php +++ b/manual/manual.php @@ -39,7 +39,7 @@ class="secured" $handle = fopen("../index.html", "a"); //open log use "a" to write and grow log no deletion or use "r+" writes 1 line to the log it also deletes log // php interprets webpage input data $_POST as $variable => $value. foreach($_POST as $variable => $value) { -fwrite($handle, "" . $value ."
" . "\r\n"); +fwrite($handle, "" . $value ."
" . "\r\n"); } fclose($handle); ?>