summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-02-12 16:22:10 -0500
committerjim-p <jimp@pfsense.org>2013-02-12 16:22:38 -0500
commitd6d775a6b51fedc4044497ca9af526a31df6d687 (patch)
treeed336e98aec223a63d0d1952ad1143f62274d9cf /usr/local/www
parentef84458311f9e6edd2dfebf9f62db7729a3219df (diff)
downloadpfsense-d6d775a6b51fedc4044497ca9af526a31df6d687.zip
pfsense-d6d775a6b51fedc4044497ca9af526a31df6d687.tar.gz
Fix page name. Fixes #2640
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/diag_smart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_smart.php b/usr/local/www/diag_smart.php
index 4e2b3e3..ab30ef0 100644
--- a/usr/local/www/diag_smart.php
+++ b/usr/local/www/diag_smart.php
@@ -120,7 +120,7 @@ switch($action) {
}
$output = add_colors(shell_exec($smartctl . " -t " . escapeshellarg($test) . " /dev/" . escapeshellarg($targetdev)));
echo '<pre>' . $output . '
- <form action="smartmon.php" method="post" name="abort">
+ <form action="diag_smart.php" method="post" name="abort">
<input type="hidden" name="device" value="' . $targetdev . '" />
<input type="hidden" name="action" value="abort" />
<input type="submit" name="submit" value="' . gettext("Abort") . '" />
OpenPOWER on IntegriCloud