diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 16:06:48 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-04-27 16:06:48 -0400 |
commit | 246ae0a6f3902c4b2f12823bee650521f333f6d1 (patch) | |
tree | 5859b5e442b207654c256345fa7d5162ca25e328 | |
parent | c07f69573a3d380d06dc686862fd584836e96436 (diff) | |
download | pfsense-packages-246ae0a6f3902c4b2f12823bee650521f333f6d1.tar.gz pfsense-packages-246ae0a6f3902c4b2f12823bee650521f333f6d1.tar.bz2 pfsense-packages-246ae0a6f3902c4b2f12823bee650521f333f6d1.zip |
s/logs/configuration/
-rw-r--r-- | config/varnish64/varnish_view_config.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/config/varnish64/varnish_view_config.php b/config/varnish64/varnish_view_config.php index 5a5421a7..a1aad915 100644 --- a/config/varnish64/varnish_view_config.php +++ b/config/varnish64/varnish_view_config.php @@ -38,10 +38,6 @@ if($_REQUEST['getactivity']) { exit; } -/* Defaults to this page but if no settings are present, redirect to setup page */ -if(!$config['installedpackages']['varnish']['config'][0]) - Header("Location: /pkg_edit.php?xml=varnish.xml&id=0"); - $pfSversion = str_replace("\n", "", file_get_contents("/etc/version")); if(strstr($pfSversion, "1.2")) $one_two = true; @@ -97,7 +93,7 @@ include("head.inc"); <form action="varnish_view_config.php" method="post"> <br> <div id="varnishlogs"> - <pre>One moment please, loading Varnish logs...</pre> + <pre>One moment please, loading Varnish configuration...</pre> </div> </td> </tr> |