vpnmanager 1.0.0 new theme
This commit is contained in:
@@ -1,25 +1,23 @@
|
||||
<?php
|
||||
$moduleurl = $_SERVER["REQUEST_URI"];
|
||||
$urlcut = strpos($moduleurl, "&");
|
||||
if($urlcut > 0)
|
||||
{
|
||||
if($urlcut > 0) {
|
||||
$moduleurl = substr($moduleurl,0,$urlcut);
|
||||
}
|
||||
else
|
||||
{
|
||||
if(strpos($moduleurl, "?") == 0)
|
||||
{
|
||||
$moduleurl = $_SERVER["REQUEST_URI"]."?site=1";
|
||||
} else {
|
||||
if(strpos($moduleurl, "?") == 0) {
|
||||
$moduleurl = $_SERVER["REQUEST_URI"] . "?site=1";
|
||||
}
|
||||
if($_SERVER["REQUEST_URI"] == "/" || is_null($_SERVER["REQUEST_URI"]))
|
||||
{
|
||||
if($_SERVER["REQUEST_URI"] == "/" || is_null($_SERVER["REQUEST_URI"])) {
|
||||
$moduleurl = "/index.php?site=1";
|
||||
}
|
||||
}
|
||||
$moduleurl1 = $moduleurl;
|
||||
|
||||
switch($uebergabe)
|
||||
{
|
||||
?>
|
||||
<!-- MAIN -->
|
||||
<div id="main">
|
||||
<div class="wrapper">
|
||||
<?php
|
||||
switch($uebergabe) {
|
||||
//-----------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
case "0":
|
||||
include($_SERVER["DOCUMENT_ROOT"]."/Modules/Forum/include/viewforum.php");
|
||||
@@ -40,4 +38,7 @@ default:
|
||||
include($_SERVER["DOCUMENT_ROOT"]."/Modules/Forum/include/viewforum.php");
|
||||
break;
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user