Commit 80be8544 authored by Franco Fichtner's avatar Franco Fichtner

openvpn: mostly fix for #36 and the usual splatter

parent 218674c2
<?php <?php
/* /*
Copyright (C) 2014-2015 Deciso B.V. Copyright (C) 2014-2015 Deciso B.V.
Copyright (C) 2010 Jim Pingle Copyright (C) 2010 Jim Pingle
...@@ -27,7 +28,6 @@ ...@@ -27,7 +28,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. POSSIBILITY OF SUCH DAMAGE.
*/ */
/* DISABLE_PHP_LINT_CHECKING */
$pgtitle = array(gettext("Status"), gettext("OpenVPN")); $pgtitle = array(gettext("Status"), gettext("OpenVPN"));
$shortcut_section = "openvpn"; $shortcut_section = "openvpn";
...@@ -138,7 +138,7 @@ include("head.inc"); ?> ...@@ -138,7 +138,7 @@ include("head.inc"); ?>
<section class="col-xs-12"> <section class="col-xs-12">
<div class="content-box"> <div class="content-box">
<header class="content-box-head container-fluid"> <header class="content-box-head container-fluid">
<h3>Network Time Protocol Status</h3> <h3>OpenVPN Status</h3>
</header> </header>
<div class="content-box-main col-xs-12"> <div class="content-box-main col-xs-12">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment