diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-03-10 22:28:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-03-10 22:28:11 +0000 |
commit | 40825bb0577b79bb291281ae6c97a2dc09617b54 (patch) | |
tree | f0b86b4b284c33874bb56a8a7663f49ac9d50786 /usr/local | |
parent | 0eacb3b250d5512f3ab877b92629eb92042fea41 (diff) | |
download | pfsense-40825bb0577b79bb291281ae6c97a2dc09617b54.zip pfsense-40825bb0577b79bb291281ae6c97a2dc09617b54.tar.gz |
MFC 10465
Prettier version of the refresh page fix. Pointy-hat-too: fernandotcl
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/status_services.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php index f80a4b2..c3deaad 100755 --- a/usr/local/www/status_services.php +++ b/usr/local/www/status_services.php @@ -184,7 +184,7 @@ if($services) { </tr></table> </div> -<meta http-equiv="refresh" content="120;url=status_services.php"> +<meta http-equiv="refresh" content="120;url=<?php echo $_SERVER['SCRIPT_NAME']; ?>"> <?php include("fend.inc"); ?> </body> |