admin design update
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
<!-- MAIN -->
|
||||
<div id="main">
|
||||
<div class="wrapper">
|
||||
<?php
|
||||
$moduleurl = $_SERVER["REQUEST_URI"];
|
||||
$urlcut = strpos($moduleurl, "&");
|
||||
@@ -52,8 +55,8 @@ switch($mode)
|
||||
include ($_SERVER["DOCUMENT_ROOT"]."/Admin/Modules/VPNconfig/include/config-edit.php");
|
||||
break;
|
||||
default:
|
||||
echo"<h1><b>VPN Configuration</b></h1>
|
||||
<h2>Choose an action:</h2>
|
||||
echo"<h1><b>VPN Configuration</b></h1><br/>
|
||||
<h2>Choose an action:</h2><br/>
|
||||
<p># <a href=\"".$moduleurl."&uebergabe=1\">Status</a></p>
|
||||
<p># <a href=\"".$moduleurl."&uebergabe=2\">Config</a></p>
|
||||
<p># <a href=\"".$moduleurl."&uebergabe=3\">Certificates</a></p>
|
||||
@@ -63,3 +66,5 @@ switch($mode)
|
||||
break;
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user