summaryrefslogtreecommitdiffstats
path: root/usr/local/www/crash_reporter.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-06 17:45:20 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-06 17:45:20 -0500
commit9b091133719439b20620959f15e2cbaac5ea0f7e (patch)
tree0a01fb54e0dc028a8d6da15a244ba290e8b8093b /usr/local/www/crash_reporter.php
parentffb9c06dee656002319e2e14b3beafea9060bbfc (diff)
downloadpfsense-9b091133719439b20620959f15e2cbaac5ea0f7e.zip
pfsense-9b091133719439b20620959f15e2cbaac5ea0f7e.tar.gz
Make textarea read only
Diffstat (limited to 'usr/local/www/crash_reporter.php')
-rwxr-xr-xusr/local/www/crash_reporter.php2
1 files changed, 1 insertions, 1 deletions
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 "<strong>" . gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "</strong></p>";
echo "<p>";
echo gettext("Contents of crash reports") . ":<br/>";
- echo "<textarea rows='40' cols='65' name='crashreports'>{$crash_reports}</textarea>";
+ echo "<textarea readonly rows='40' cols='65' name='crashreports'>{$crash_reports}</textarea>";
echo "<p/>";
echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("Yes") . "\">";
echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("No") . "\">";
OpenPOWER on IntegriCloud