From 9b091133719439b20620959f15e2cbaac5ea0f7e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 6 Feb 2011 17:45:20 -0500 Subject: Make textarea read only --- usr/local/www/crash_reporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php index 785ed02..130ffa6 100755 --- a/usr/local/www/crash_reporter.php +++ b/usr/local/www/crash_reporter.php @@ -66,7 +66,7 @@ function output_crash_reporter_html($crash_reports) { echo "" . gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "

"; echo "

"; echo gettext("Contents of crash reports") . ":
"; - echo ""; + echo ""; echo "

"; echo ""; echo ""; -- cgit v1.1