diff --git a/index.html b/index.html index 993a7ef..94dc762 100644 --- a/index.html +++ b/index.html @@ -296,3 +296,4 @@ bloom
+manual
diff --git a/manual/manual.php b/manual/manual.php index b882890..60937e7 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); ?>