summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_ipsec.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-03 21:05:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-03 21:05:06 +0000
commit555d3758fc55949578658bf81123f8ffc614c606 (patch)
tree4ce6f7bc8c13e51f0eef0b9da08056accff62e74 /usr/local/www/diag_logs_ipsec.php
parent742ee135b8895817f545a326824392803c37b91d (diff)
downloadpfsense-555d3758fc55949578658bf81123f8ffc614c606.zip
pfsense-555d3758fc55949578658bf81123f8ffc614c606.tar.gz
MFC
s/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty
Diffstat (limited to 'usr/local/www/diag_logs_ipsec.php')
-rwxr-xr-xusr/local/www/diag_logs_ipsec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_logs_ipsec.php b/usr/local/www/diag_logs_ipsec.php
index 3db6f21..c930ead 100755
--- a/usr/local/www/diag_logs_ipsec.php
+++ b/usr/local/www/diag_logs_ipsec.php
@@ -92,6 +92,6 @@ include("head.inc");
</tr>
</table>
<?php include("fend.inc"); ?>
-<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['PHP_SELF']; ?>">
+<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['SCRIPT_NAME']; ?>">
</body>
</html>
OpenPOWER on IntegriCloud