summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-06 18:31:20 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-06 18:31:20 -0500
commit5cb07d09af04489fbe9eb21de62f1753ed8fdb28 (patch)
treeb34fe1e0453110b21fed3f30777030a92276ef52 /usr/local/www/index.php
parent8c5d112a1129a3eca536e9584dc3f6836bcefd7c (diff)
downloadpfsense-5cb07d09af04489fbe9eb21de62f1753ed8fdb28.zip
pfsense-5cb07d09af04489fbe9eb21de62f1753ed8fdb28.tar.gz
Fix typo
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 945f99b..3ea4b1a 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -57,7 +57,7 @@ if(is_array($crash)) {
$x++;
}
if($x > 0)
- $savemsg = "We have detected a crash report. Click <a href='crash_reporter.php'>here</a> fore more information.";
+ $savemsg = "We have detected a crash report. Click <a href='crash_reporter.php'>here</a> for more information.";
}
// Turn off csrf for the dashboard
OpenPOWER on IntegriCloud