summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_smart.php
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:56:54 -0500
commit1d2add88f4222b04708a1a1af38567ab197a460a (patch)
tree66551e2386125e6bcf2850c60919f5e574f46eb8 /usr/local/www/diag_smart.php
parentd5a2c099dd0192dacb64d15c7d949338d707e55e (diff)
downloadpfsense-1d2add88f4222b04708a1a1af38567ab197a460a.zip
pfsense-1d2add88f4222b04708a1a1af38567ab197a460a.tar.gz
Fix page name. Fixes #2813
Diffstat (limited to 'usr/local/www/diag_smart.php')
-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 a87f9e8..5864253 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