aboutsummaryrefslogtreecommitdiffstats
path: root/config/varnish3/varnish_view_config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/varnish3/varnish_view_config.php')
-rw-r--r--config/varnish3/varnish_view_config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/varnish3/varnish_view_config.php b/config/varnish3/varnish_view_config.php
index 69a9fabb..b02e5c88 100644
--- a/config/varnish3/varnish_view_config.php
+++ b/config/varnish3/varnish_view_config.php
@@ -47,7 +47,7 @@ include("head.inc");
<?php if ($savemsg) print_info_box($savemsg); ?>
<form action="varnishstat_view_config.php" method="post">
-
+
<div id="mainlevel">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
@@ -70,7 +70,7 @@ include("head.inc");
<tr>
<td class="tabcont" >
<textarea id="varnishlogs" rows="50" cols="100%">
-<?php
+<?php
$config_file = file_get_contents("/var/etc/default.vcl");
echo $config_file;
?>